StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
StrataListView normal navigation behavior problem
http://forum.strataframe.net/Topic28143.aspx
By Edhy Rijo
-
8/28/2010
With the new StrataListView if you try to navigate the list using the down arrow key, it will scroll the columns to the right instead of going down, also once you try with the keyboard, using the mouse wheel to scrool down the list will do the same, scroll right.
You can test this pretty easy using the sample posted by Trent as follow:
1.- Populate the Standard List:
2.- Scroll down with the mouse wheel and it will work as expected.
3.- Try to scroll down with the keyboard using the down arrow key. It will scroll right (columns).
4.- Try again with the mouse, it will not work.
By Ivan George Borges
-
8/29/2010
Yep, I could reproduce it here.
Will see what the guys say.
By Edhy Rijo
-
8/30/2010
Thanks Ivan.
By Ivan George Borges
-
8/30/2010
Edhy, the keyboard keys haven't made into the logic yet. It is going to be added in a future release.
By Edhy Rijo
-
8/30/2010
Thanks anyway.