ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Band Class / IsSplitter Property

In This Topic
    IsSplitter Property (Band)
    In This Topic
    Determines whether the band acts like a splitter (can be resized with the mouse at run time).
    Syntax
    'Declaration
     
    Public Property IsSplitter As System.Boolean
    public System.bool IsSplitter {get; set;}
    Remarks

    The IsSplitter property controls the splitter bar below each row and to the right of each column.

    IsSplitter has no effect on the last band in a collection, because the last band always ends at the edge of the control and thus cannot be resized with the mouse.

    See Also