Listview scrollbar behavior

0
0

Hi all!

When horizontal scrollbar in listview is visible there is a strange behaviour look at my GIF.

There is any way to avoid this ? When i click, horizontal scrollbar must not move from is location or go to start.

 

Thanks for support!

Attachment
  • You must to post comments
0
0

That’s because the column doesn’t fit and when  you click the js library tries to scroll the column into view and first it detects that it’s out on the right side so it scrolls it into view enough to show the right side, the next time it detects that it’s out on the left side and so it scrolls into view on the left. It can probably be optimized – will take a look.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.