GIGAMOLE / ComposeScrollbars

ComposeScrollbars: Polish your Android Compose UI with advanced scrollbars
https://www.linkedin.com/in/gigamole/
MIT License
125 stars 4 forks source link

Scrollbar size is too small for large list #6

Open akshdeep-singh opened 1 month ago

akshdeep-singh commented 1 month ago

If sizeType is Full, then as the list grows, the scrollbar becomes smaller. For large lists, the scrollbar becomes too small.

I suggest that there should be fraction constraint for such cases, for example: the scrollbar should have minimum 10% of total height, or have a minimum Height parameter.

GIGAMOLE commented 1 month ago

Hi. This is a nice feature. I will try to add it in the future.