Re: [mono-android] Truncate long label with ellipsis in a custom list view

2012-07-26 Thread Pattt
Ok, I finally found that in a custom list view, textview.ellipsize works only with android:shrinkColumns="1" android:stretchColumns="1" Patrick. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Truncate-long-label-with-ellipsis-in-a-custom-list-view-tp5711010p571

[mono-android] Truncate long label with ellipsis in a custom list view

2012-07-24 Thread Pattt
Hi, I've a custom listview that shows a long label left aligned and a short label right aligned. when the main label is long, it pushes the right label out of the list view. How can I truncate the left label to fit perfectly the available space ? nb: I've the same issue for ios :( Best regards