File tree 1 file changed +19
-11
lines changed
src/WPFDevelopers.Samples.Shared/ExampleViews
1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 753
753
Text =" GroupBox" />
754
754
<UniformGrid Margin =" 0,10" Columns =" 2" >
755
755
<GroupBox wd:ElementHelper.CornerRadius=" 3" Header =" GroupBox1" >
756
- <Rectangle
756
+ <Grid wd:PanelHelper.Spacing=" 2" >
757
+ <Grid .ColumnDefinitions>
758
+ <ColumnDefinition Width =" Auto" />
759
+ <ColumnDefinition />
760
+ </Grid .ColumnDefinitions>
761
+ <TextBlock
762
+ HorizontalAlignment =" Right"
763
+ VerticalAlignment =" Center"
764
+ Text =" TextBlock:" />
765
+ <Button Grid.Column=" 1" Content =" Commit" />
766
+ </Grid >
767
+ <!-- <Rectangle
757
768
Width="400"
758
769
Height="300"
759
- Fill =" {DynamicResource WD.DangerSolidColorBrush}" />
770
+ Fill="{DynamicResource WD.DangerSolidColorBrush}" />-->
760
771
</GroupBox >
761
- <GroupBox Margin = " 10,0 " Header = " GroupBox1 " >
762
- < Rectangle
763
- Width = " 400 "
764
- Height = " 300 "
765
- Fill =" {DynamicResource WD.LightSolidColorBrush}" />
772
+ <GroupBox
773
+ Height = " 400 "
774
+ Margin = " 10,0 "
775
+ Header = " GroupBox1 " >
776
+ < Rectangle Fill =" {DynamicResource WD.LightSolidColorBrush}" />
766
777
</GroupBox >
767
778
</UniformGrid >
768
779
793
804
</TabItem >
794
805
</TabControl >
795
806
<TabControl Margin =" 4" TabStripPlacement =" Bottom" >
796
- <TabItem
797
- Padding =" 10"
798
- wd:ElementHelper.IsClear=" True"
799
- Header =" 1" >
807
+ <TabItem Padding =" 10" Header =" Home" >
800
808
<Rectangle Fill =" {DynamicResource WD.InfoSolidColorBrush}" />
801
809
</TabItem >
802
810
<TabItem
You can’t perform that action at this time.
0 commit comments