\
ComponentOne List for WinForms
Design-Time Support / Using the C1List Designer / C1List Designer Split Tab Properties
In This Topic
    C1List Designer Split Tab Properties
    In This Topic
    The following SplitCollection object properties are available in the C1List Designer through the Properties window on the Split tab:
    Property Description
    AllowColMove Gets or sets a value indicating the ability to move columns.
    AllowColSelect Gets or sets a value indicating the ability to select columns.
    AllowFocus Gets or sets a value indicating whether the split can receive focus.
    AllowHorizontalSizing Gets or sets a value indicating whether a user is allowed to resize horizontal splits.
    AllowRowSizing Gets or sets how interactive row resizing is performed.
    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.
    Caption Gets or sets the caption.
    CaptionHeight Gets or sets the height of the caption.
    ColumnCaptionHeight Gets or sets the height of the column captions.
    ColumnFooterHeight Gets or sets the height of column footers.
    DisplayColumns Gets a collection of C1DisplayColumn objects.
    EvenRowStyle Gets or sets the Style object that controls the appearance of an even-numbered row when using AlternatingRows.
    ExtendRightColumn Gets or sets a value that determines how the last column will extend to fill the dead area of the split.
    FetchRowStyles Gets or sets a value indicating whether the FetchRowStyle event will be raised.
    FooterStyle Gets or sets the Style object that controls the appearance of column footers.
    GroupColumns Gets a collection of C1DisplayColumn objects.
    HeadingStyle Gets or sets the Style object that controls the appearance of the grids column headers.
    HighlightRowStyle Gets or sets the Style object that controls the current row/cell when the MarqueeStyle is set to Highlight Row/Cell.
    HorizontalScrollGroup Gets or sets the group which synchronizes horizontal scrolling between splits.
    HScrollBar Gets the HBar object that controls the appearance of the horizontal scrollbar.
    Name Gets or sets the name of a split.
    OddRowStyle Gets or sets the Style object that controls the appearance of an odd-numbered row when using AlternatingRows.
    RecordSelectorStyle Gets or sets the Style object that controls the appearance of the RecordSelectors.
    SelectedStyle Gets or sets the Style object that controls the appearance of selected rows and columns.
    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.
    SpringMode Gets or sets a value that determines how columns will resize when the grid is resized.
    Style Gets or sets the root Style object for the Split.
    VerticalScrollGroup Gets or sets the group which synchronizes vertical scrolling between splits.
    VScrollBar Gets the VBar object that controls the appearance of the vertical scrollbar.