Gets or sets a value that determines how the last column will extend to fill the dead area of the drop-down.
[Visual Basic]
Public Property ExtendRightColumn As Boolean
[C#]
public bool ExtendRightColumn {get;set;}
[Delphi]
public property ExtendRightColumn: Boolean read get_ExtendRightColumn write set_ExtendRightColumn;
Example
The following code extentends the right column to fill the dead area of the drop-down:
Me.C1TrueDBDropdown1.ExtendRightColumn = True
· C#
this.c1TrueDBDropdown1.ExtendRightColumn = true;
· Delphi
Self.C1TrueDBDropdown1.ExtendRightColumn := True;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |