Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
How to disable SplitterBar in WinGrid
posted

Is it possible to deactivate SplitterBar in WinGrid by setting any property? In some cases after setting up some properties and rebuild solution the splitter bar are added automatically to my UltraWinGrid (i manually define a schema at runtime: generic list of wrappr class). I hadn't found any property like HideSplitterbar.

Any ideas? 

Thanks!

 

Parents
  • 2334
    posted

    If you mean the ColumnScrollRegion and RowScrollRegion splitters I am not sure you can hide them but you can set MaxColScrollRegions and MaxRowScrollRegions to 1 which will limit the number of scroll regions.

Reply Children