Skip to content
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

Tab control extended #2544

Merged
merged 14 commits into from
Dec 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Shadows fixed
  • Loading branch information
MichelMichels committed Dec 29, 2021
commit 06cbb03cb5c367972337de2d926f8bdd662cb148
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,22 @@
VerticalAlignment="Stretch"
wpf:ShadowAssist.ShadowDepth="{TemplateBinding wpf:ShadowAssist.ShadowDepth}"
wpf:ShadowAssist.ShadowEdges="{TemplateBinding wpf:ShadowAssist.ShadowEdges}"
Background="{TemplateBinding wpf:ColorZoneAssist.Background}"
DockPanel.Dock="Top"
Focusable="False">
<wpf:ColorZone
VerticalAlignment="Stretch"
Background="{TemplateBinding wpf:ColorZoneAssist.Background}"
Focusable="False">

<UniformGrid
x:Name="HeaderPanel"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="Top"
Focusable="False"
IsItemsHost="True"
KeyboardNavigation.TabIndex="1"
Rows="1" />
<UniformGrid
x:Name="HeaderPanel"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="Top"
Focusable="False"
IsItemsHost="True"
KeyboardNavigation.TabIndex="1"
Rows="1" />
</wpf:ColorZone>
</wpf:Card>
<Border
x:Name="PART_BorderSelectedContent"
Expand Down