سؤال

I have a canvas with scrollbars (not using ScrollView), and I need to know the measures of the scrollbars, i.e width and height. Is there any way to determine them? Thanks.

هل كانت مفيدة؟

المحلول

You can use View.getScrollbarSize(). It will return the width of vertical scrollbars or the height of horizontal scrollbars.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top