wxWidgets/samples/treectrl
Vadim Zeitlin e8712b3c56 Make wxTreeCtrl::EnsureVisible() work while frozen in wxMSW
Scrolling the item into view to make it visible didn't work since the
changes of badf6bc300, which suppressed
scrolling completely while frozen, any longer.

Work around it by remembering the item to make visible and actually
doing it when the control is thawed.

Also add menu item to call Freeze()/Thaw() on wxTreeCtrl in the sample
to make testing this and similar problems easier.

Closes #18435.
2019-07-09 23:00:11 +02:00
..
checked.xpm
icon1.xpm
icon2.xpm
icon3.xpm
icon4.xpm
icon5.xpm
makefile.bcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
makefile.gcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
state1.xpm
state2.xpm
state3.xpm
state4.xpm
state5.xpm
treectrl_vc7.vcproj
treectrl_vc8.vcproj
treectrl_vc9.vcproj
treectrl.bkl
treetest.cpp Make wxTreeCtrl::EnsureVisible() work while frozen in wxMSW 2019-07-09 23:00:11 +02:00
treetest.h Make wxTreeCtrl::EnsureVisible() work while frozen in wxMSW 2019-07-09 23:00:11 +02:00
unchecked.xpm