开发者

How can I disabl multiline property in UltraWinGrid

开发者 https://www.devze.com 2023-03-20 03:56 出处:网络
Is there a property (displayed inVS) that I can change so that I do not have开发者_Python百科 the option to select multiple rows?In the grid\'s custom designer dialog: Feature Picker -> Selection -> R

Is there a property (displayed in VS) that I can change so that I do not have开发者_Python百科 the option to select multiple rows?


In the grid's custom designer dialog: Feature Picker -> Selection -> Row Selection and make a choice. Perhaps "Don't allow" or "Single select" will do what you need.

Or, in VS properties dialog: Layout -> DisplayLayout -> Override -> SelectTypeRow offers similar choices.


In the designer and for Header:

Control Settings > Display Layout > Override > WrapHeaderText = false

0

精彩评论

暂无评论...
验证码 换一张
取 消