Gets or sets a value indicating whether the control should resize to avoid showing partial items.
[Visual Basic]
Public Property IntegralHeight As Boolean
[C#]
public bool IntegralHeight {get;set;}
[Delphi]
public property IntegralHeight: Boolean read get_IntegralHeight write set_IntegralHeight;
Example
The following code sets the IntegralHeight property to True that the height of the C1TrueDBDropdown control will be adjusted to not show partial rows:
Me.C1TrueDBDropdown1.IntegralHeight = True
· C#
this.c1TrueDBDropdown1.IntegralHeight = true;
· Delphi
Self.C1TrueDBDropdown1.IntegralHeight := True;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |