Answer the question
In order to leave comments, you need to log in
Need some help with wpf:?
the program is not mine, I found it on the Internet, I wanted to look at it better, but the mainwindow window is not shown, it
gives an error: color picker doesn't exist in the namespace schemas.xceed.com/wpf/xaml/toolkit
<Grid Grid.Row="0" >
<xctk:ColorPicker x:Name="colorBorderPicker" HorizontalAlignment="Center" Width="40" Margin="33,0,33.4,10" Height="22" VerticalAlignment="Bottom" SelectedColorChanged="colorBorderPicker_SelectedColorChanged" />
</Grid>
Answer the question
In order to leave comments, you need to log in
xmlns:toolkit = " schemas.xceed.com/wpf/xaml/toolkit " - seems to be spelled out. check the libraries themselves in references
The easiest way to install is through the Package Manager Console with the command - Install-Package WPFToolkit
https://www.nuget.org/packages/WPFToolkit/
There are not enough libraries, or they are not included in the project links, fix it, or if this Xceed is rarely used there, then you can simply "throw it out" from everywhere and it will start.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question