wxWidgets/samples/propgrid
Artur Wieczorek 79b71cf4ff Scale bitmap to wxPropertyGrid's row height
By design only bitmaps lower than row height are displayed within the cells.
Because on every platform default row height can vary so bitmap has to be explicitly scaled to the row height to ensure that it will be initially displayed on every platform.

Closes #18310.
2018-12-24 00:00:14 +01:00
..
descrip.mms Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
makefile.bcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.gcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
propgrid_minimal.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
propgrid_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid.cpp Scale bitmap to wxPropertyGrid's row height 2018-12-24 00:00:14 +01:00
propgrid.h Do not attempt to change colours of properties which are not present on the current page (in propgrid sample). 2015-08-27 19:05:15 +02:00
sampleprops.cpp Make string literal wxChar* string 2018-12-23 11:00:35 +01:00
sampleprops.h Implement more detailed validation of wxArrayDoubleProperty in propgrid sample. 2015-02-17 17:36:00 +00:00
tests.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00