Hello to all,
We use emWin 6.32.
I can enable vertical motion in a ListView using LISTVIEW_EnableMotion() with no problem.
However if I want to do the same with a ListBox it does not work. (with LISTBOX_EnableMotion)
The ListBox contains many text lines, so it does not fit into one page.
Therefore I expected the ListBox to shift the contents vertically when I slide over it.
In order to proof that nothing in my environment for the ListBox is wrong, I replaced the ListBox by a ListView widget as a test.
I sort of downgraded the ListView widget to show only text lines in one column and disregarded the header.
If I do it like this everything works perfect!
So I am suspicious whether the LISTBOX is working with motion support at all?
How is a LISTBOX supposed to react when sliding for the other contents which is below the screen?
Thanks for a short reply
Andy
We use emWin 6.32.
I can enable vertical motion in a ListView using LISTVIEW_EnableMotion() with no problem.
However if I want to do the same with a ListBox it does not work. (with LISTBOX_EnableMotion)
The ListBox contains many text lines, so it does not fit into one page.
Therefore I expected the ListBox to shift the contents vertically when I slide over it.
In order to proof that nothing in my environment for the ListBox is wrong, I replaced the ListBox by a ListView widget as a test.
I sort of downgraded the ListView widget to show only text lines in one column and disregarded the header.
If I do it like this everything works perfect!
So I am suspicious whether the LISTBOX is working with motion support at all?
How is a LISTBOX supposed to react when sliding for the other contents which is below the screen?
Thanks for a short reply
Andy