Skip to content

Instantly share code, notes, and snippets.

@Tide
Tide / PropertyGrid.xaml
Last active May 16, 2023 07:12
PropertyGrid Style
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:themes="clr-namespace:Xceed.Wpf.Toolkit.Themes;assembly=Xceed.Wpf.Toolkit"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit">
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" />
<xctk:InverseBoolConverter x:Key="InverseBoolConverter" />
<xctk:HalfConverter x:Key="HalfConverter" />
<xctk:ExpandableObjectMarginConverter x:Key="ExpandableObjectMarginConverter" />
<xctk:ObjectToUIElementConverter x:Key="ObjectToUiElementConverter" />