ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / PartialRightColumn Property

In This Topic
    PartialRightColumn Property (DropDownList)
    In This Topic
    True if rightmost column can be clipped to the edge of a split.
    Syntax
    'Declaration
     
    
    Public Property PartialRightColumn As Boolean
    public bool PartialRightColumn {get; set;}
    Remarks

    If True (the default), 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.

    If a control contains multiple splits, then setting its PartialRightColumn property has the same effect as setting the PartialRightColumn property of each split individually.

    See Also