ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

Split.MinHeight Property

Gets or sets the minimum height that a split can be interactively resized.

[Visual Basic]

Public Property MinHeight As Integer

[C#]

public int MinHeight {get;set;}

[Delphi]

public property MinHeight: Int32 read get_MinHeight write set_MinHeight;

Example

The following code sets the minimum height of the first split to 100:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(0).MinHeight = 100

·      C#

       this.c1TrueDBGrid1.Splits[0].MinHeight = 100;

·      Delphi

       Self.C1TrueDBGrid1.Splits[0].MinHeight := 100;

See Also

Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.