GridSplitter Error

Mar 15 2024 8:03 AM

Getting below error while using GridSplitter in WPF UserControl.

System.Windows.Markup.XamlParseException: ''Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception.' Line number '25' and line position '12'.'

Exception: Cannot find resource named 'FabricGridSplitter'. Resource names are case sensitive.

Code is below:

  <GridSplitter Grid.Column="1" Width="2" HorizontalAlignment="Center"   
            VerticalAlignment="Stretch" Background="Black"></GridSplitter>

 

 


Answers (4)