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

In This Topic
    RowDivider Property (C1List)
    In This Topic
    Determines the style of the border drawn between list rows.
    Syntax
    'Declaration
     
    
    Public Property RowDivider As GridLines
    public GridLines RowDivider {get; set;}
    Remarks
    The Style property of RowDivider does not control whether rows can be resized by dragging their border. Use the C1.Win.C1List.ListBase.C1ListBase.AllowRowSizing property to control this behavior.
    See Also