how do I create a horizontal scroll view for my table since the framed is in clip content state the entire table isn’t shown, there is only a specific size for how the table should be displayed but the contents of the table wasn’t displayed fully. how do I create a horizontal scrollview that would let me scroll too see the other end of the table.
Page 1 / 1
Make the table size you want, don’t limit it size, make it wide to fit all the columns, wrap it with another frame, resize it horizontally to the width you need, and enable content clipping and horizontal scroll. Done ✅
Thanks, I’ve found an easier solution with your help.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.