You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this kind of ListView, how to make that Label renamable. Just like rename a folder in file explorer, the label is replaced into an Entry, after finish renaming, it comes back into Label. The difficult part is that I dont know how to get the reference of the specific selected item control. I know a possible way is to add an Entry beside the label and switch its visibility. But it's still difficult to modify the view structure, since it's templated.
What I want is just something like following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For this kind of
ListView
, how to make thatLabel
renamable. Just like rename a folder in file explorer, the label is replaced into anEntry
, after finish renaming, it comes back intoLabel
. The difficult part is that I dont know how to get the reference of the specific selected item control. I know a possible way is to add anEntry
beside the label and switch its visibility. But it's still difficult to modify the view structure, since it's templated.What I want is just something like following:
Beta Was this translation helpful? Give feedback.
All reactions