What is the best approach to change TextBlocks to TextBoxes after clicking on Edit button for a Windows 8 Store App? This is something similar to an iOS app that after clicking on an Edit button editable fields become TextBoxes and you can then change data.
What is the best approach to change TextBlocks to TextBoxes after clicking on Edit
Share
You don’t need to use
TextBlockjust useTextBoxwithIsReadOnlyproperty.on button click mark the
IsReadOnly="True"