#WinUI3 Settings page

1 messages · Page 1 of 1 (latest)

strange sigil
#
  1. Expander
  2. Border with card brush and 4px corner radius
#

Or

#
  1. CommunityToolkit SettingsControls
mortal nebula
#

Hey @strange sigil , thank you for your reply!

#

But how can I get the SettingsControls?

strange sigil
mortal nebula
# strange sigil

Is it only accessible in C# because I cant find it as a xaml element?

strange sigil
#

xmlns:ToolkitControls="CommunityToolkit.WinUI.Controls.SettingsControls

mortal nebula
#

Still not working in xaml

strange sigil
#

<ToolkitControls:SettingsCard/>

#

Wait sorry

#

Wrong namespace

#

using:CommunityToolkit.WinUI.Controls

mortal nebula
#

Wait

#

I dont understand

#

I have this in my MainWindow.xaml

#

Nothing is even autocompleting

strange sigil
#

xmlns:ToolkitControls="using:CommunityToolkit.WinUI.Controls"

mortal nebula
#

Gues I'll need to install that too

#

I cant find CommunityToolkit.WinUI.Controls

#

It still does not work

strange sigil
#

These are all the packages I have installed

mortal nebula
#

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"

strange sigil
mortal nebula
#

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

mortal nebula
#

@strange sigil Do you have any extra things installed?

strange sigil
#

Nope

mortal nebula
#

For me only CommunityToolkit.WinUI.UI.Controls is available but not CommunityToolkit.WinUI.Controls

#

I can't find CommunityToolkit.WinUI.Controls

mortal nebula