The PG_WINDOW_STYLES enumeration provides the following values:
Description |
Value |
---|---|
|
This will cause Sort() automatically after an item is added. |
|
Categories are not initially shown (even if added). |
|
This style combines non-categoric mode and automatic sorting. |
|
Modified values are shown in bold font. |
|
When wx.propgrid.PropertyGrid is resized, splitter moves to the center. |
|
Display tool tips for cell text that cannot be shown completely. |
|
Disables margin and hides all expand/collapse buttons that would appear outside the margin (for sub-properties). |
|
This style prevents user from moving the splitter. |
|
Combination of other styles that make it impossible for user to modify the layout. |
|
Disables wx.TextCtrl based editors for properties which can be edited in another way. |
|
wx.propgrid.PropertyGridManager only: Show tool bar for mode and page selection. |
|
wx.propgrid.PropertyGridManager only: Show adjustable text box showing description or help text, if available, for currently selected property. |
|
wx.propgrid.PropertyGridManager only: don’t show an internal border around the property grid. |
|
A mask which can be used to filter (out) all styles. |