ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

Split.ExtendRightColumn Property

Gets or sets a value that determines how the last column will extend to fill the dead area of the split.

[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 extends the right column in the second split:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(1).ExtendRightColumn = True

·      C#

       this.c1TrueDBGrid1.Splits[1].ExtendRightColumn = true;

·      Delphi

       Self.C1TrueDBGrid1.Splits[1].ExtendRightColumn := True;

See Also

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


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