python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get Element Root's ViewModel Context in WINUI3
I have a page which contains a ListView x:bound to an object in my ViewModel. This object contains a list of objects (timestamps) that contains a list of Subjects that contains a list of another objec...
h3ferd
Votes: 0
Answers: 1
I would like to know if there is a way to sync the checkboxes?
is there a way to sync the checkboxes?
for example my screen :
enter image description here
I'm using the mvvm structure
XAML:
<CheckBox
Grid.Column="0"
Grid.Row="0"
...
Bruno Oliveira
Votes: 0
Answers: 1
How do I open a Prism window from a non-prism WPF project?
I'm working on a big WPF project without Prism library. Now I received a new small project that uses Prism and consists in a couple of views only (MainWindow and a dialog). Is there a way to import it...
Gian
Votes: 0
Answers: 1