wxWidgets/samples/dataview
Vadim Zeitlin 2340a16d18 Allow increasing the size of the last column in wxDataViewCtrl
Previously, the last column couldn't be effectively resized at all, as
its size was always automatically set to the remaining width of the
window after subtracting the widths of all the previous columns. Now
this is only done if this remaining width is greater than the width
given to the column by the user or by the program.

Effectively, this means that the user can now drag-resize the column to
increase its size (at the price of showing the horizontal scrollbar).

See #18295.
2018-12-15 14:27:52 +01:00
..
dataview_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dataview_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dataview_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dataview.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dataview.cpp Allow increasing the size of the last column in wxDataViewCtrl 2018-12-15 14:27:52 +01:00
descrip.mms
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
mymodels.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
mymodels.h Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
null.xpm
wx_small.xpm