Increases the grid layout size by one column or one row at a time.
[Visual Basic]
Public Sub IncreaseSize()
[C#]
public void IncreaseSize();
For example, if a GridLayout has one row and one column, the first call to the IncreaseSize method will add one column, and the second call will add one row. If a GridLayout has one row and two columns, the first call to the IncreaseSize method will add one row, and the second call will add one column.
GridLayout Class | GridLayout Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.