GridLayout.this

Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width. If numColumns has a value less than 1, the layout will not set the size and position of any controls.

@param numColumns the number of columns in the grid @param makeColumnsEqualWidth whether or not the columns will have equal width

@since 2.0

  1. this()
  2. this(int numColumns, bool makeColumnsEqualWidth)
    class GridLayout

Meta