Home > Enterprise >  Widget with arbitrary width that is swipeable
Widget with arbitrary width that is swipeable

Time:03-03

I want to make a widget (showing tags in a row) that could, and realistically would, be too long for the width of the screen and that you could swipe left or right to see the whole content, I can't seem to find a base widget to rely one. What would be an appropriate way to do this ?

CodePudding user response:

Well, you can achieve what you need with a horizontal list view. You can also check Image to show the behavior

  • Related