| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ControlzEx.7.0.0.nupkg | 2025-02-28 | 1.2 MB | |
| ControlzEx.Showcase.v7.0.0.zip | 2025-02-28 | 2.1 MB | |
| README.md | 2025-02-28 | 1.4 kB | |
| v7.0.0 source code.tar.gz | 2025-02-28 | 604.4 kB | |
| v7.0.0 source code.zip | 2025-02-28 | 679.5 kB | |
| Totals: 5 Items | 4.6 MB | 0 | |
Breaking changes
- Default value of
GlowWindowBehavior.DWMSupportsBorderColornow depends on the OS version Constants.ResizeCornerGripThicknesswas changed from 18 to 12
Enhancements/Features
- #194 - Adding Backdrop support
- Added
WindowBackdropManagerto allow for backdrop effects in windows - Added support for caption color, glass frame thickness and native caption buttons in
WindowChromeWindowandWindowChromeBehavior - Added
AppModeHelperto allow for dark system menus inside applications. Use with caution as it relies on undocumented OS methods. - Added
PopupBackdropManagerto allow for backdrop effects in popups. Use with caution as it relies on undocumented OS methods. - Allowed "recursive" value replacement in theme generation
- Improved NC hit testing for maximized windows
Bug fixes
- #176 - ControlzEx.WindowChromeWindow lacks documentation
- #179 - Initial Window CornerPreference
- #182 - NullReferenceException if Window closed in Window_Loaded
- #197 - Incorrect behavior when WindowChromeWindow ResizeMode="CanMinimize"
- Prevented race conditions during window closing
- Fixed NC-size on Windows 10
- Workaround NC-Size bug in Windows
New Contributors
- @Lehonti made their first contribution in #183