CListBox in Property Grid |
Post Reply |
Author | |
Thanatos
Newbie Joined: 07 February 2006 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 07 February 2006 at 5:28pm |
Hello,
I have created a custom class for the property grid that uses a CXTListBox as its base class. It is instantiated fine, allows for scrolling, allows for selection, all as expected. But there is a problem: when it first appears, the scrollbar is not visible (even if it should be). If I mouseover the scrollbar it appears and stays visible for a while. If I click inside the listbox and scroll, the thumb of the scrollbar will appear, but not the arrows. Here are the style flags I am using to instantiate my listbox. Any ideas? m_wndListBox.Create(WS_CHILD | LBS_NOINTEGRALHEIGHT | WS_TABSTOP | WS_VSCROLL , rc, (CWnd*)m_pGrid, 0); |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |