Gets or sets how interactive row resizing is performed.
[Visual Basic]
Public Property AllowRowSizing As RowSizingEnum
[C#]
public RowSizingEnum AllowRowSizing {get;set;}
[Delphi]
public property AllowRowSizing: RowSizingEnum read get_AllowRowSizing write set_AllowRowSizing;
Example
The following code uses the AllowRowSizing property to allow the user to resize individual rows:
Me.C1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.IndividualRows
· C#
this.c1TrueDBDropdown1.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.IndividualRows;
· Delphi
Self.C1TrueDBDropdown1.AllowRowSizing := C1.Win.C1TrueDBGrid.RowSizingEnum.IndividualRows;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |