#13616: wxScrolled<> does not disable scrollbars when wxALWAYS_SHOW_SB is used
------------------------------+---------------------------------------------
Reporter: catalin | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxMSW | Version: 2.9-svn
Keywords: wxScrolledWindow | Blockedby:
Patch: 0 | Blocking:
------------------------------+---------------------------------------------
In `scroll` sample update line 47 to
{{{
: wxScrolled<wxWindow>(parent, wxID_ANY, wxDefaultPosition,
wxDefaultSize, wxHSCROLL|wxVSCROLL|wxALWAYS_SHOW_SB)
}}}
Start the sample, press F1, resize the simple frame.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/13616>