ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

Split.MinWidth Property

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

[Visual Basic]

Public Property MinWidth As Integer

[C#]

public int MinWidth {get;set;}

[Delphi]

public property MinWidth: Int32 read get_MinWidth write set_MinWidth;

Example

The following code sets the minium width of the second split to 100:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(1).MinWidth = 100

·      C#

       this.c1TrueDBGrid1.Splits[1].MinWidth = 100;

·      Delphi

       Self.C1TrueDBGrid1.Splits[1].MinWidth := 100;

See Also

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


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