Change CornerRadius of CheckBoxBorder from 2 to 4#244
Open
ruan-luidy wants to merge 2 commits intoghost1372:developfrom
Open
Change CornerRadius of CheckBoxBorder from 2 to 4#244ruan-luidy wants to merge 2 commits intoghost1372:developfrom
ruan-luidy wants to merge 2 commits intoghost1372:developfrom
Conversation
Update multiple XAML styles across Theme.xaml and ButtonBaseStyle.xaml to modernize and unify visuals/behavior. Key changes: - ToolTipBaseStyle: use DefaultControlPadding, RegionBrush background, add BorderBrush/BorderThickness, use DefaultCornerRadius and simplify template bindings (remove extra presenter margin). - Selected item foreground changed from hardcoded White to DynamicResource TextIconBrush. - Small corner radii adjusted (2 -> 4) for checkbox mark border. - Added Growl style triggers to adjust margin for Bottom2Top/Bottom2TopWithFade transition modes. - Pagination: remove static GroupName and hard-coded numeric Content for first/last radio buttons so content is provided dynamically. - Replace numerous up/down Buttons with RepeatButton variants (and corresponding RepeatButtonIcon style) to enable auto-repeat behavior. - DataGrid header area: replace ToggleButton select-all with a SimplePanel containing a CheckBox using SelectAllButtonAttach; add margin to column headers presenter and adjust visibility binding. - Refactor ButtonBaseStyle: simplify control template (single Border, unified BorderBrush/BorderThickness, DefaultCornerRadius), streamline icon/content layout and triggers. Files modified: - src/Net_40/HandyControl_Net_40/Themes/Theme.xaml - src/Net_GE45/HandyControl_Net_GE45/Themes/Theme.xaml - src/Shared/HandyControl_Shared/Themes/Styles/Base/ButtonBaseStyle.xaml These changes improve consistency, theming flexibility, and interaction behavior across controls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes a minor visual adjustment to the checkbox style by increasing the border corner radius for a more rounded appearance.
CornerRadiusof the checkbox border from2to4inCheckBoxBaseStyle.xamlto give checkboxes a more rounded look.