#WinUI CommunityToolkit

1 messages · Page 1 of 1 (latest)

odd violet
#

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

opaque bane
#

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

A card control that can be used to create Windows 11 style settings experiences.

odd violet
opaque bane
#

It uses CommunityToolkit.WinUI.Controls but thats not available theres only CommunityToolkit.WinUI.UI.Controls

odd violet
#

weird

opaque bane
#

Or I dont know how to use it

odd violet
#

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 !

opaque bane
#

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

odd violet
#

They show Shay namespace to use on the website I think. If you are still stuck tomorrow maybe I can try to help you

opaque bane
#

@odd violet Idk what I did know lol but it worked

#

I guess