ComponentOne List for WinForms
In This Topic
    Split Properties Common to List for WinForms
    In This Topic
    The following properties, which are supported by both Split and C1List objects, adhere to the rules described in the preceding section:
    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.
    AllowRowSizing Gets or sets how interactive row resizing is performed.
    Caption Gets or sets the caption.
    CaptionHeight Gets or sets the height of the caption.
    CaptionStyle Gets or sets the Style object that controls the appearance of the caption area.
    ColumnCaptionHeight Gets or sets the height of the column captions.
    ColumnFooterHeight Gets or sets the height of column footers.
    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.
    TopIndex Returns or sets a value containing the bookmark for the first visible row in a list or split.
    FooterStyle Gets or sets the Style object that controls the appearance of column footers.
    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.
    HScrollBar Gets the HBar object that controls the appearance of the horizontal scrollbar.
    LeftCol Gets or sets the left most visible column for a split.
    OddRowStyle Gets or sets the Style object that controls the appearance of an odd-numbered row when using AlternatingRows.
    SelectedStyle Gets or sets the Style object that controls the appearance of selected rows and columns.
    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.
    VScrollBar Gets the VBar object that controls the appearance of the vertical scrollbar.
    Note: The Caption property is not included in this list, even though it is supported by both objects. Since lists and splits maintain separate caption bars, setting the Caption property of the list does not apply the same string to each split caption.