ComponentOne List for WinForms
In This Topic
    Clicking the Rightmost Column
    In This Topic

    The list always displays the leftmost column (the first visible column) in its entirety. The rightmost column, however, is usually clipped. The behavior of the last partially visible column when clicked by the user is controlled by the list's PartialRightColumn property.

    The default value for the PartialRightColumn property is True. The rightmost column will be clipped if the control or split is not wide enough to accommodate the entire column.

    If False, the rightmost column will not be clipped while other columns are visible. In this case, the rightmost column must be scrolled into view as the only visible column in the control or split.