I have a problem when binding data in a ListView.
The list view contains several columns, one column contains a
textbox. The user should be able to change the height for each item
in the listview via the text in this textbox.
Here is the code:
|
This example does not work, since the application fails to find the element 'heightTextbox'.
If the textbox is outside the listview everything works as intended.
How can I access the 'heightTextbox' in the ListView.ItemContainerStyle ?
I appreciate any help.
Regards,
Simon
CrishPosted Dec 10, 2010, 6:19 AM
You can refer following code to solve the issue of Databinding Problem in a ListView.
private void PersonDetails(string sortExpression)
}