You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add vertical scrollbar to the dropdown but it doesn't appear. I tried applying vertical scrollbar in xml as well as in Java.
I am restricting the dropdown height so that the scrollbar appears but it doesn't work
android:maxHeight="100dp"
android:fadeScrollbars="false"
android:scrollbarFadeDuration="0"
android:verticalScrollbarPosition="right"
android:scrollbarThumbVertical="@android:color/black"
android:scrollbarAlwaysDrawVerticalTrack="true"
android:scrollbarSize="20dp"
android:scrollbarStyle="outsideInset"
android:scrollbars="vertical"
I also tried changing this in java but scrollbar doesn't work.
Please help me solve this. Thanks
The text was updated successfully, but these errors were encountered:
Hi, @Surakshaajith
I will add a scrollbar to the popup in the next version, but we can't change the color, width of the scrollbar because of the RecyclerView's API is limited.
Thank you for your issue :)
I am trying to add vertical scrollbar to the dropdown but it doesn't appear. I tried applying vertical scrollbar in xml as well as in Java.
I am restricting the dropdown height so that the scrollbar appears but it doesn't work
The text was updated successfully, but these errors were encountered: