Closed chrigi28 closed 9 months ago
This functionality can be acheved by listening the SelectedItem
property. What is the main purpose for this functionality?
We disable the selection mode because we don’t want the highlight effect on the active row. Setting the active row color to transparent will change its appearance to match the background color of the grid itself. Unfortunately, I couldn’t find a way to retrieve the current color setting. If you know of a better approach, please let me know
thx
I see, it makes sense. Just have a small comment. Once fixed I'll merge.
Cool, Thank you!
We sometimes perform actions when a row is tapped, even when selection is disabled. To achieve this, I added a GestureRecognizer to the row and set up a bindable command.