Hello,
I have a four column in list view out of which first column cell have larger text and I want to wrap that text. Label has default word wrap enable but some how it is not taking effect. Here is the XAML I am using:
<ListView.ItemTemplate>
<ViewCell.ContextActions>
</ViewCell.ContextActions>
<Grid.ColumnDefinitions>
</Grid.ColumnDefinitions>
In the above XAML, where the label having binding with "FileNoDisplay" contains large text and I want that label to wrap the text. Please let me know what changes I should make here.
Thanks,
Parthiv