Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With an XdevGridLayout, you can tabulate any UI component by using rows and columns. The number of rows and columns is automatically determined by the UI components that are included. The width and height of a cell is automatically defined by the UI component that is contained in the cell; however, these attributes can also be modified by assigning a weight (Weight).

  1. Creates a new view  without layout. 
  2. Drag an XdevGridLayout from the palette and drop it in the view.
  3. One by one, add five rows with five buttons in each row to the XdevGridLayout.

...