0

I am trying to find an alternative to set the row height of a ListView in Tizen platform for TV.

As we know there is a limitation related to the RowHeight property in Xamarim ListView for Tizen. This property is just ignored so I cannot set the height of the rows in my ListView.

Is there a workaround or an alternative way of doing this?

Hasta Tamang
  • 2,205
  • 1
  • 18
  • 17

1 Answers1

0

Did you use a TextCell? You cannot set the height of a TextCell. Its Height property is ignored.

However, if you use a ViewCell instead, you can change its height.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574