CleanCocoa/FatSidebar

Scroll to selected item

Opened this issue · 1 comments

Hi,
When you select a no visible item
The control doesn't try scroll to display the selection

Example
The list have 10 entrys,
The control bounds display 0-6 items
Now select item 9, not visible
Soluce are scroll to display 3-9 items

You mean during programmatic selection? Makes sense.

Do you want to open a PR that performs the scroll(to:) call? That'd be much appreciated!