10790 : How do I prevent the grid row for getting resized?

Question

How do I prevent the grid row for getting resized, setting the GridColumn property (in column collection property) allowResize=false, allowMove= false, still allows the grid cell height to be resized, is there any event that needs to be cancelled?

Answer

Grid.AllowRowResize=false will stop row resize for the whole grid.

 

Leave a Reply