How to access two controls in single row of listview witch button in the same row

30 Views Asked by At

I want to change isEditable in each single row using togglebutton. When togglebutton is pressed Datepicker and entry are edited and when when togglebutton is unchechecked they are not edited. enter image description here I just want to change state of datePicker and Entry with togglebutton from is enabled false to enabled true and the way around. But I can't access them using x:Name. Like they are invisible inside the listview

0

There are 0 best solutions below