0

I'm trying to realize/display more than 3 items in a Genlist on Tizen 5 wearable (circular).

Tried:

  • creating custom item style (setting min/max values)
  • overriding 1text style with my own content

But everytime the genlist has exactly 3 items.

Bonus solution: how to keep the 1text style while having more than 3 items?

Daniel
  • 2,318
  • 2
  • 22
  • 53

1 Answers1

1

if the item size is smaller than 1text, it could show more items. but for this, text font size also need to be smaller than 1text I think.

about bonus question, 1text style size cannot changed unless you copy every detalis of that style and change the text or padding size.

Jade Lee
  • 241
  • 1
  • 2