06-05-2019 03:57 AM
Scrollbar in combo box is not working when mouse is inside combo box and is working when cursor / mouse is outside combo box.
It is exactly opposite in case of multi column listbox. Mouse scroll is working when cursor is inside multi column listboxbut it doesn't work when cursor is outside.
Can you please provide workaround or solution so that it will scroll when mouse is inside combo box as well.
Solved! Go to Solution.
06-05-2019 05:52 AM
@Amit_Amrutkar88 wrote:
Scrollbar in combo box is not working when mouse is inside combo box and is working when cursor / mouse is outside combo box.
It is exactly opposite in case of multi column listbox. Mouse scroll is working when cursor is inside multi column listboxbut it doesn't work when cursor is outside.
Can you please provide workaround or solution so that it will scroll when
mouse is inside combo box as well.
I am using LabVIEW 2016 version.
This works in windows 7 and not in windows 10.
I am not sure whether it is bug or functionality is disabled.
06-05-2019 06:18 AM
It seems to be a Windows 10, not a LabVIEW 'feature':
There might even be solutions in there ("Scroll inactive windows when I hover over them"?), but I have not tried anything.
06-05-2019 06:22 AM
BTW. Scrolling does work when the mouse hovers over the combo box itself while the items are shown. As mentioned in the link, that is the expected behavior. Perhaps that is a workaround: "educate the users"?
Not much you can do about it, except programming the behavior yourself (not recommended). Mouse wheel events don't work for the list of items, and the offset can't be set anyway.
11-12-2019 11:31 PM
It is happening through enabling smooth scrolling feature in win 10.
Reference:
https://www.groovypost.com/howto/scroll-inactive-background-windows-by+hovering-over-them/
https://windowsreport.com/smooth-scrolling-windows-10/
Thanks,
Amit Amrutkar