Listbox: Mousewheel scroll ugly |
Post Reply |
Author | |
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
Posted: 19 May 2008 at 12:23am |
When the selected item is visible and mousewheel is used to scroll down, the 'highlight' appears to flash down the list which is weirdly annoying.
Version 12. |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Bump.
Can this be fixed for 12.1 please? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
ListBox from SuiteControl ? It don't have highlight option... How to reproduce it?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Yes, suitecontrol.
Found that only occurs when EnableMarkup=True. Try populate listbox and use mousewheel to scrol items with markup=true. I should add to reproduce: 1. Add Listbox control to form. 2. Set EnableMarkup=True 3. populate listbox: Private Sub Form_Load() Dim i As Long For i = 1 To 100 Listbox1.AddItem "Item " & i Next End Sub 4. Run and select an item. 5. Use mousewheel to scroll down. 6. Blink, rub eyes, try again:) |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Bump
|
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Bump
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Afraid its question for Microsoft why its LBS_OWNERDRAWVARIABLE listbox acts such :-(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Ok. I'll have to use single column Report control then. Thanks anyway.
|
|
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 |