Add to propgrid sample an option to change virtual width of the grid

This commit is contained in:
Artur Wieczorek
2018-12-27 09:04:37 +01:00
parent 311e5e8414
commit 8dbe6ec69d
2 changed files with 24 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ public:
void OnCatColoursUpdateUI( wxUpdateUIEvent& event );
void OnCatColours( wxCommandEvent& event );
void OnSetColumns( wxCommandEvent& event );
void OnSetVirtualWidth(wxCommandEvent& evt);
void OnMisc( wxCommandEvent& event );
void OnPopulateClick( wxCommandEvent& event );
void OnSetSpinCtrlEditorClick( wxCommandEvent& event );