Hello, anything in the windows community toolkit is available via nugget package manager. Regarding specific uses there should be docs both in the repository and on GitHub regarding the namespaces to import 👍
You can also look at XamlBrewer and Andrew Keeps Coding if you struggle with this I think one of them did a tutorial related to your issue.
Maybe other people here can link other resources if they know other good resources
#WinUI CommunityToolkit
1 messages · Page 1 of 1 (latest)
Hey @odd violet , thanks for your reply! Appreciate it
I have one problem with the communitytoolkit I have CommunityToolkit.WinUI.UI.Controls but it does not have the SettingsCard and the SettingsExpander I need
theres another nuget package CommunityToolkot.WinUI.Controls.SettingControls But its on WinUI.Controls I only have WinUI.UI.Controls
The Problem is that people use CommunityToolkit.WinUI.Controls that contains the settingsCard but for me in nuget theres only CommunityToolkit.WinUI.UI.Controls
Here its from Microsofthttps://learn.microsoft.com/en-us/dotnet/communitytoolkit/windows/settingscontrols/settingscard
Here is the nugget, https://www.nuget.org/packages/CommunityToolkit.WinUI.Controls.SettingsControls
It uses CommunityToolkit.WinUI.Controls but thats not available theres only CommunityToolkit.WinUI.UI.Controls
Yes but I cant use it
weird
Or I dont know how to use it
Maybe a version difference or something, check the doc of the nugget if there is any info, unfortunatelly I cant do much today I have to go. Hope you'll find the solution !
I install the nuget and then? I cant set xmlns:controls="using:CommunityToolkit.WinUI.Controls.SettingsControls" because theres no WinUI.Controls only WinUI.UI.Controls and that doesnt contain the settingsCard
They show Shay namespace to use on the website I think. If you are still stuck tomorrow maybe I can try to help you