ListBox and WhenActivated #6420
-
I use a This is how I'm registering the handler to open the edit dialog on each row: public CentreRowUserCtrl()
{
InitializeComponent();
this.WhenActivated(d => d(ViewModel!.ShowDialog.RegisterHandler(UpdateShowDialogAsync)));
} I guess they are some issues with virtualization and only the firsts How can I fix it? All run fine if I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Related: #6427 |
Beta Was this translation helpful? Give feedback.
Related: #6427