Hi,
Like standard Microsoft Windows, the Caption is always centered.
If you want to Left-aligned it, go in file Xceed.Wpf.Toolkit/Core/Converters/CenterTitleConverter.cs,
In method "Convert(object[] values, Type targetType, object parameter, CultureInfo culture)",
make sure to always return "3";
――――
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
Like standard Microsoft Windows, the Caption is always centered.
If you want to Left-aligned it, go in file Xceed.Wpf.Toolkit/Core/Converters/CenterTitleConverter.cs,
In method "Convert(object[] values, Type targetType, object parameter, CultureInfo culture)",
make sure to always return "3";
――――
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF