[]
Returns or sets whether the last column will extend to fill the dead area of the list.
[Layout]
public bool ExtendRightColumn { get; set; }
Type | Description |
---|---|
bool | The default value is false. |
If the columns in the list don`t take up all of the space available, then there is an area which is exposed.
This area is called the dead area and has a default back color of gray.
This property sets whether this area is to be filled with the last column of the list.