Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to disable TextCell using customrenderer through dynamic property binding

$
0
0

Here is my custom renderer for TexCell
<local:ExtendedTextCell isEnabled="{Binding Enabled}"/>
The binding changes dynamically but this doesn't disable the TextCell.

How do I make it so that TextCell gets enabled/disabled? Which method do I need to overwrite in the TextCellRenderer.

Greatly appreciated if you can provide an example


Viewing all articles
Browse latest Browse all 58056

Trending Articles