python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ViewModel won't handle a EventAggregator event
I only seem to be able to handle EventAggregator events from the ShellViewModel, but I want to handle it from LoginViewModel.
The ShellViewModel constructs LoginViewModel as it's Active Item. I've als...
SeanOB
Votes: 0
Answers: 1
Caliburn how to load data when app is starting?
Net6. I'd like to show MessageBox after long operation (e.g. fetching data) when app is starting.
In version 3.2.0 this works fine. When app is starting, main view shows up, then MessageBox is made v...
Michał Zych
Votes: 0
Answers: 1
Does Caliburn Micro work with HandyControl elements? (ex: PasswordBox)?
I have a HandyControl passwordbox and trying to use Caliburn Micro to capture password change but the NotifyOfPropertyChange is not firing on the password box...any ideas?
XAML
<hc:PasswordBox Marg...
Froodo
Votes: 0
Answers: 1
wpf mvvm - Is there a way to programmatically create textbox based on number of properties in model and bind to each of them in?
I have multiple objects with multiple properties which I want to display or hide (or create if needed) based on the property value.
For example:
Model:
public class InputModel
{
public string...
Razvan Dumitrescu
Votes: 0
Answers: 1