You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request includes updates to the WPFDevelopers project, focusing on versioning, TreeView styles, and enhancements to themes and templates. The most significant changes include version updates, improved TreeView styling, and added properties for better user interaction and design consistency.
Versioning Updates:
Updated AssemblyVersion, FileVersion, and Version in src/Package.props from 1.1.0.2 to 1.1.0.3 and updated the copyright year to 2025.
TreeView Styling Enhancements:
Added new properties like ScrollViewer.PanningMode, Stylus.IsFlicksEnabled, and VerticalContentAlignment to TreeView styles in src/WPFDevelopers.Net40/Styles/Styles.TreeView.xaml for improved scrolling and alignment. [1] [2] [3]
Replaced ScrollViewer with WDScrollViewer in TreeView templates to enable custom scrolling behavior. [1] [2]
Adjusted TreeViewItem templates to refine alignment and remove redundant font-related bindings. [1] [2]
Theme and Template Improvements:
Added Cursor="Hand" to buttons and tab items for better visual feedback. [1] [2]
Introduced ControlTemplate.Resources to define default styles for Grid elements in Generic.xaml and Theme.xaml. [1] [2]
Enhanced multi-trigger conditions and added new triggers for inactive states to improve UI responsiveness. [1] [2]
These changes collectively aim to improve the functionality, usability, and maintainability of the WPFDevelopers project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Full Changelog: 1.1.0.3-preview4...1.1.0.3-preview5
#155
#156
#157
#158
This pull request includes updates to the
WPFDevelopers
project, focusing on versioning, TreeView styles, and enhancements to themes and templates. The most significant changes include version updates, improved TreeView styling, and added properties for better user interaction and design consistency.Versioning Updates:
AssemblyVersion
,FileVersion
, andVersion
insrc/Package.props
from1.1.0.2
to1.1.0.3
and updated the copyright year to 2025.TreeView Styling Enhancements:
ScrollViewer.PanningMode
,Stylus.IsFlicksEnabled
, andVerticalContentAlignment
to TreeView styles insrc/WPFDevelopers.Net40/Styles/Styles.TreeView.xaml
for improved scrolling and alignment. [1] [2] [3]ScrollViewer
withWDScrollViewer
in TreeView templates to enable custom scrolling behavior. [1] [2]Theme and Template Improvements:
Cursor="Hand"
to buttons and tab items for better visual feedback. [1] [2]ControlTemplate.Resources
to define default styles forGrid
elements inGeneric.xaml
andTheme.xaml
. [1] [2]These changes collectively aim to improve the functionality, usability, and maintainability of the
WPFDevelopers
project.Thank you @HaHa-ZYK for your feedback
Thank you, developer @zhaotianff @kiki99502
This discussion was created from the release 1.1.0.3-preview5.
Beta Was this translation helpful? Give feedback.
All reactions