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
How can I fill up my page with data located in PostgreSQL as opposed from the hardcoded dummy/template info found in my ViewModel?
In my application, I am trying to practice the MVVM format (although I probably violated it at a few points and I’m refactoring as I catch it). I have a UserControl where it is a “recipe screen” that ...
TM2020
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 to update label in Xamarin Forms
Beginner here.
I'm trying to get the exact time, when this operation was executed successfully and print it on label. The problem is that when I click the button, the label doesn't update the text.
na...
Saraphin34
Votes: 0
Answers: 1