windows-community-toolkit Questions
3
I'm currently looking at the UWP CommunityToolkit DataGrid. I've been through the docs, but I'm not finding them clear on how to apply a ColumnHeaderStyle. I'm not sure what I should be targeting i...
Flathead asked 30/8, 2018 at 19:28
1
Solved
How do we handle properties that are objects themselves using CommunityToolkit.Mvvm?
I understand that I can simply use [ObservableProperty] attribute with simple properties e.g. data type of strin...
Murky asked 8/6, 2022 at 20:50
1
Solved
I have a DatePicker control bound to viewmodel.SelectedDate. Rather than using propfull I am using the CTK [ObservableProperty]. When I select a new date I want to call another function that gets a...
Detta asked 13/4, 2022 at 12:55
0
I would like to have a single "IsLoading" ViewModel property exposed to my View. I would like this property depend on two other properties: AsyncRelayCommand(Loading1).IsRunning and Async...
Demarcate asked 29/10, 2021 at 14:46
3
Solved
In C# UWP how to make inner shadow effect?
Like this:
I have created one grid with just a border, but shadow is populating the whole grid.
<controls:DropShadowPanel BlurRadius="5"
ShadowOp...
Monty asked 29/7, 2017 at 23:11
2
The UWP Community Toolkit DataGrid reserves a bit of space in the column header for the sorting icon and it makes things look really strange. When you aren't using sorting (or even when a column is...
Radiant asked 17/4, 2019 at 9:54
1
I'm using GridSplitter from Microsoft.Toolkit.Uwp.UI.Controls. After two columns have been resized by the user using the grid splitter is there a way to reset that resizing and have the column widt...
Steib asked 12/4, 2018 at 5:15
4
Solved
I have a UWP project want to reads StorageFolder VideosLibrary and show a list of mp4 files at Views with thumbnail.
With MVVM ligth toolkit I have setup this 4 flies with xaml.
The Xaml is using ...
Cryptocrystalline asked 12/9, 2017 at 5:40
1
Solved
I'm trying to display Windows 10 Toasts with my WPF C# Desktop application.
Sadly the API and general support concerning Windows 10 notifications in non-UWP or Store apps seems pretty limited and ...
Inarticulate asked 28/9, 2016 at 10:6
1
© 2022 - 2024 — McMap. All rights reserved.