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)
How to replace a registered service with a new one in MVVM?
Trying to migrate from good old MVVM Light to Windows Community Toolkit. How are we supposed to override a registered service, i.e. replace it with another implementation at runtime?
Example
I have go...
dotNET
Votes: 0
Answers: 2
Error XDG0066 System.MissingMethodException: Method not found: 'Windows.UI.Xaml.XamlRoot Windows.UI.Xaml.UIElement.get_XamlRoot()'
I'm trying to follow this tutorial but I get an error on line:
<controls:DataGrid x:Name="dataGrid">
The error is:
XDG0066 System.MissingMethodException: Method not found: 'Windows....
GoTo
Votes: 0
Answers: 1
WinUI3: How to sort datagrid groups?
I'm using the Windows Community Toolkit Datagrid.
I am binding the the datagrid's ItemSource to a grouped CollectionViewSource.
<ctWinUI:DataGrid
ItemsSource="{x:Bind MyCollectioViewSource...
Felix
Votes: 0
Answers: 1
WinUI3: How to style datagrid group header text?
I am using the Windows Community Toolkit DataGrid control in my WinUI3 project.
I would like to make the group header text bold. How can I do this?
Currently the group header looks like this (not bold...
Felix
Votes: 0
Answers: 1