The PG_EX_WINDOW_STYLES enumeration provides the following values:
Description |
Value |
---|---|
|
Speeds up switching to |
|
Extended window style that sets wx.propgrid.PropertyGridManager tool bar to not use flat style. |
|
Shows alphabetic/categoric mode buttons on wx.propgrid.PropertyGridManager tool bar. |
|
Show property help strings as tool tips instead as text on the status bar. |
|
Allows relying on native double-buffering. |
|
Set this style to let user have ability to set values of properties to unspecified state. |
|
If this style is used, built-in attributes (such as |
|
Hides page selection buttons from wx.propgrid.PropertyGridManager tool bar. |
|
Allows multiple properties to be selected by user (by pressing |
|
This enables top-level window tracking which allows wx.propgrid.PropertyGrid to notify the application of last-minute property value changes by user. |
|
Don’t show divider above wx.propgrid.PropertyGridManager toolbar (wxMSW only). |
|
Show a separator below the wx.propgrid.PropertyGridManager toolbar. |
|
Allows taking focus on the entire area (on canvas) even if wx.propgrid.PropertyGrid is not a standalone control. |
|
A mask which can be used to filter (out) all extra styles applicable to wx.propgrid.PropertyGrid. |
|
A mask which can be used to filter (out) all extra styles applicable to wx.propgrid.PropertyGridManager. |
|
A mask which can be used to filter (out) all extra styles. |