CanUserResizeRows Property (DataGridColumn)
 
            
                In This Topic
            
            Gets or sets whether the user can resize the rows manipulating cells in this column.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property CanUserResizeRows As Boolean
             
        
            
            public bool CanUserResizeRows {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also