Print Page | Close Window

Listbox: Mousewheel scroll ugly

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=10675
Printed Date: 16 November 2024 at 8:19am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Listbox: Mousewheel scroll ugly
Posted By: ijwelch
Subject: Listbox: Mousewheel scroll ugly
Date 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.




Replies:
Posted By: ijwelch
Date Posted: 08 June 2008 at 1:38am
Bump.

Can this be fixed for 12.1 please?


Posted By: Oleg
Date Posted: 09 June 2008 at 4:41am
Hi,
 
ListBox from SuiteControl ? It don't have highlight option...  How to reproduce it?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: ijwelch
Date Posted: 09 June 2008 at 6:20am
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:)




Posted By: ijwelch
Date Posted: 13 June 2008 at 7:55am
Bump


Posted By: ijwelch
Date Posted: 15 June 2008 at 11:00pm
Bump


Posted By: Oleg
Date Posted: 17 June 2008 at 5:04am
Afraid its question for Microsoft why its LBS_OWNERDRAWVARIABLE listbox acts such :-(  

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: ijwelch
Date Posted: 17 June 2008 at 6:38am
Ok. I'll have to use single column Report control then. Thanks anyway.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net