ExtendRightColumn Property (C1ListBase)
In This Topic
Returns or sets whether the last column will extend to fill the dead area of the list.
Syntax
'Declaration
Public Property ExtendRightColumn As Boolean
public bool ExtendRightColumn {get; set;}
Property Value
The default value is false.
See Also