#WinUI3 Settings page
1 messages · Page 1 of 1 (latest)
Hey @strange sigil , thank you for your reply!
But how can I get the SettingsControls?
Is it only accessible in C# because I cant find it as a xaml element?
xmlns:ToolkitControls="CommunityToolkit.WinUI.Controls.SettingsControls
Still not working in xaml
<ToolkitControls:SettingsCard/>
Wait sorry
Wrong namespace
using:CommunityToolkit.WinUI.Controls
Wait
I dont understand
I have this in my MainWindow.xaml
Nothing is even autocompleting
xmlns:ToolkitControls="using:CommunityToolkit.WinUI.Controls"
Gues I'll need to install that too
I cant find CommunityToolkit.WinUI.Controls
It still does not work
I have both installed now but its still not working
@strange sigil
It is not "using:CommunityToolkit.WinUI.Controls" it was "using:CommunityToolkit.WinUI.UI.Controls"
But theres no Settingscard
Does not work on my machine
pls help
Every control works but I cant find the SettingsCard
Maybe its because theres only CommunityToolkit.WinUI.UI.Controls but the settingscard is in CommunityToolkit.WinUI.Controls theres no CommunityToolkit.WinUI.Controls only CommunityToolkit.WinUI.UI.Controls
@strange sigil Do you have any extra things installed?
Nope
For me only CommunityToolkit.WinUI.UI.Controls is available but not CommunityToolkit.WinUI.Controls
I can't find CommunityToolkit.WinUI.Controls
Is CommunityToolkit.WinUI.Controls available for you in Nuget.Org?

