Posted 27 May 2021, 4:18 pm EST
Hello,
I have a FlexGrid in a Xamarin Forms project for Android and need to set word wrap on a couple of columns. The grid loads as expected using the AutoSizeRows after binding the ItemSource. However, if I tap on one of the column headers to sort, the grid returns with the default row height. I’m trying to find a ‘sort changed’ event, so I can apply the AutoSizeRows.
I found an older forum post that shows how to create an event from the grid’s CollectionView, but that seems outdated (I’m using 4.3.20193.437). I also tried similar using the grid’s DataCollection object, but none of my attempts catch the event.
Any suggestions?
Thanks!
Herb Bethel