ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.ExtendRightColumn Property

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

[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 grid:

·      Visual Basic

       Me.C1TrueDBGrid1.ExtendRightColumn = True

·      C#

       this.c1TrueDBGrid1.ExtendRightColumn = true;

·      Delphi

       Self.C1TrueDBGrid1.ExtendRightColumn := True;

See Also

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


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