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

In This Topic
    CanUserReorderColumns Property
    In This Topic
    Gets or sets a value indicating whether the user is able to reorder columns by dragging the corresponding column header.
    Syntax
    'Declaration
     
    
    Public Property CanUserReorderColumns As Boolean
    public bool CanUserReorderColumns {get; set;}
    Remarks
    When the column header is being dragged an indicator will appear to determine the position where the column will be moved to. Dragging a column close to the viewport border will cause the data grid to auto-scroll.
    See Also