The following properties are supported by
Split objects but not by
C1List. Therefore, to apply a value to the entire list, you need to explicitly set the value for each split individually.
| Property |
Description |
| AllowFocus |
Gets or sets a value indicating whether the split can recive focus. |
| AllowHorizontalSizing |
Gets or sets a value indicating whether a user is allowed to resize horizontal splits. |
| AllowVerticalSizing |
Gets or sets a value indicating whether a user is allowed to resize vertical splits. |
| AlternatingRowStyle |
Gets or sets a value indicating whether the split uses the OddRowStyle for odd-numbered rows and EvenRowStyle for even-numbered rows. |
| DisplayColumns |
Gets a collection of C1DisplayColumn objects. |
| HorizontalScrollGroup |
Gets or sets the group which synchronizes horizontal scrolling between splits. |
| SplitSize |
Gets or sets the size of a split. |
| SplitSizeMode |
Gets or sets a value indicating how the SplitSize property is used to determine the actual size of a split. |
| VerticalScrollGroup |
Gets or sets the group which synchronizes vertical scrolling between splits. |