From: Carl G. <cg...@gm...> - 2005-11-23 15:54:21
|
Hi, I'm using wxTreeListCtrl on both Linux and Windows with wx 2.6.1. There is one problem I can't quite figure out though I have to admit I have not looked into it in detail yet but was hoping someone would know immediately what I was doing wrong. When I create the control and populate it with more items than fit vertical= ly, I don't get a scrollbar right away until I click on one of the items. This happens both on Windows and Linux so I presume it's intentional. However, I'd like to always show the vertical scrollbar so that the user knows there= are more items below. Is there some way I can force this? By the way, I am using the wxTR_HIDE_ROOT style in my interface. I mention this since there used to be some bugs related to this style at one time. Thanks, carl |