-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add AP to control TabControl Headers behavior #3873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
55579e1
added AP to be able to swap between a scrollable and a wrapping heade…
corvinsz 4733a54
Evaluate TextBox.LineCount only once in UpdateAttachedProperties (#3874)
greuelpirat 122a534
added ToolTip demo page with a RichToolTip example. Applied new synta…
corvinsz bbdee06
fix when the TreeListView expands too much content, scrolling to the …
MohammadHadi2031 f31fe78
Updating tests to use TUnit and MTP (#3838)
Keboo b110061
Fix Enhance Mouseover Visuals for TabControl (#3803)
corvinsz fad77d5
Exposes BindableIsItemsHost attached property. (#3878)
Keboo 4de685b
Bumping version to test nuget deployment
Keboo 504d2c9
Embeds icon into NuGet packages (#3900)
Keboo d5c7d2f
Bump actions/checkout from 4 to 5 (#3898)
dependabot[bot] 9e966e4
Invalidates visual after dialog opens (#3882)
Keboo ab615fe
Applying fix for binding error (#3881)
Keboo 3e0f779
Bump actions/download-artifact from 4 to 5 (#3896)
dependabot[bot] 8e6bfd6
Fix nuspec file (#3901)
Keboo 471110f
Revert "Used x:Reference in Button and ProgressBar ControlTemplates (…
JorisCleVR e6a002a
✨ Set up Copilot instructions for MaterialDesignInXamlToolkit (#3910)
Copilot b655e99
Update packaging to use dotnet pack with centralized MSBuild properti…
Copilot ceea98f
Fixes NuGet package creation output path (#3911)
Keboo 8da4640
Fix: Add TemplateBindings to CornerRadius, BorderBrush and BorderThic…
HedpE- 44ae0e3
Default AutomationProperties.Name to HintAssist.Hint (#3913)
corvinsz a0517e7
Bump actions/stale from 9 to 10 (#3916)
dependabot[bot] 46e5193
Bump actions/setup-dotnet from 4 to 5 (#3917)
dependabot[bot] be0b22b
Update README to remove example links
Keboo 49b362a
Add hover halo for `CheckBox` and `RadioButton` (#3919)
corvinsz aa2bddd
Set SmartHint.IsContentNullOrEmpty on initial load (#3915)
corvinsz 486d73a
implement TreeDataGrid (#3877)
MohammadHadi2031 e5d0c3d
Prefer TemplateBinding over Binding with RelativeSource (#3930)
corvinsz bdde277
Fix White rectangle when disabling Calendar (#3935)
corvinsz c26fcc5
Fix horizontal ScrollBar placement for multi-line TextBox (#3934)
nicolaihenriksen acfa2df
Updates versions to 5.3.1 (#3941)
Keboo e8b61ec
Bump fastify/github-action-merge-dependabot from 3.11.1 to 3.11.2 (#3…
dependabot[bot] 8304e64
Porting material-color-utilities to dotnet #2475 (#3920)
MovGP0 65c1d80
✨ Set up comprehensive Copilot instructions with clarified .NET versi…
Copilot 2ba6a98
Update MaterialDesignPopupBoxButton style properties (#3936)
corvinsz 6d12a66
rebase on master
corvinsz e326f7c
Refactor TabControl templates so that `ScrollingTabControlTemplate` a…
corvinsz 3de88e2
Split ScrollingTabControlTemplate and WrappingTabControlTemplate into…
corvinsz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than this grid with both sets of controls. What if we apply a style trigger to the ColorZone and swap out its child content based on the AP?