Hi all
I am "on the way" to implement master-detail pages in my app.
My master-page is a menu-page (customized from crm-demo-app).
The menu-items are from type TextCell, presented in a ListView.
I want to use the TextCell.DetailProperty and fill in some (longer) Text.
On Android-tablet everything looks O.K., as there is enough space to show the full text
On iPhone, the text is cutted on the right side
Question:
Should it principally be possible to show text in .DetailPropery that is longer than the width (with "autobrake / WordWrap"), so that more as one line is showed or not?
Thanks