v2.2.15-alpha
Pre-release- New Controls :
- Thumb: ThumbHelper & Thumb Styles
- ColorSelector
- ColorPicker (see FormView.xaml in Samples project.)
- ThumbFence
- WindowXModalDialog : Now you can display the modal buttons on WindowX. You can refer to the usage in FormView.xaml in the Samples project.
⚠️ Changes (Important) :
- Since WindowX introduces the WindowXModalDialog auxiliary class, you need to remove the button group in MessageBoxXSetting.ContentTemplate (if you have customized it).
- Due to the addition of ThumbHelper and Thumb styles, SliderHelper removed most of the properties related to Thumb, and added ThumbStyle property. You can refer to the usage in FormView.xaml in the Samples project.
- Resource keys :
1.1 WindowX.MinimizeButtonStyle -> WindowXCaption.MinimizeButtonStyle
{StaticResource {ComponentResourceKey ResourceId=MinimizeButtonStyle, TypeInTargetAssembly={x:Type pu:WindowX}}}
->{StaticResource {ComponentResourceKey ResourceId=MinimizeButtonStyle, TypeInTargetAssembly={x:Type pu:WindowXCaption}}}
1.2 WindowX.MaximizeButtonStyle -> WindowXCaption.MaximizeButtonStyle
{StaticResource {ComponentResourceKey ResourceId=MaximizeButtonStyle, TypeInTargetAssembly={x:Type pu:WindowX}}}
->{StaticResource {ComponentResourceKey ResourceId=MaximizeButtonStyle, TypeInTargetAssembly={x:Type pu:WindowXCaption}}}
1.3 WindowX.CloseButtonStyle -> WindowXCaption.CloseButtonStyle
{StaticResource {ComponentResourceKey ResourceId=CloseButtonStyle, TypeInTargetAssembly={x:Type pu:WindowX}}}
->{StaticResource {ComponentResourceKey ResourceId=CloseButtonStyle, TypeInTargetAssembly={x:Type pu:WindowXCaption}}}
- Fixup:
- PendingBox might throw an exception on Windows 7. PendingBox may display a shaking when opening now, the next version will try to fix it.