ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / CanUserResizeRows Property

In This Topic
    CanUserResizeRows Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating whether the user is able to resize a row by dragging the bottom border of the row header.
    Syntax
    'Declaration
     
    
    Public Property CanUserResizeRows As Boolean
    public bool CanUserResizeRows {get; set;}
    See Also