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

In This Topic
    RowDivider Property (C1ListBase)
    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 AllowRowSizing property to control this behavior.
    See Also