How can I disabl multiline property in UltraWinGrid
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
精彩评论