DLToolkit.Forms.Controls
DLToolkit.Forms.Controls copied to clipboard
Any way to make Expand/Collapse
Thanks for this wonderful plugin, I'm using it in almost my every Project.
But now I have to implement Expand/Collapse in Listview(Single Column) and Expand/Collapse in GridView(Multi Column). Any way/or performer work around to achieve this ?
There are many ways to achieve this. It depends what you really want
Hi,
It's straight, how other app is doing. Expandable Listview and Expandable Gridview. Please let me know how to achieve, I will also find image and send you.
On Fri, Oct 19, 2018, 1:06 PM vlkam [email protected] wrote:
There are many ways to achieve this. It depends what you really want
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daniel-luberda/DLToolkit.Forms.Controls/issues/219#issuecomment-431272702, or mute the thread https://github.com/notifications/unsubscribe-auth/AIdg7DSwDDEzVc1XRuHXbln7s04Im_RPks5umYDogaJpZM4XsqtN .
I'd put the content of row inside a layout, for example Xamarin.Forms.Grid and then change height of the layout or visibility the layout content to reflect the state of row.