Hello,
I have a gallery with a label in it. The gallery is connected to a SharePoint list text field, which is displayed in the aforementioned label. The label's overflow is set to scroll. Each gallery item's text field has different lengths of text, so some labels will have a scrollbar visible, and some will not because the text is not overflowing.
Is there a way to tell if the scrollbar is visible or not? I've thought of using the length of the line height in combination with the length of the text field and font size to do some calculations, but not sure if there's an easier way.
I appreciate any help with this!