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

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