This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
src/TcoCore.Wpf/TcoComponent
tests/TcoCore.Sandbox.Wpf Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 59
59
</Grid >
60
60
</Expander .Header>
61
61
<Grid >
62
- <Grid .RowDefinitions>
62
+ <Grid .RowDefinitions>
63
63
<RowDefinition Height =" Auto" />
64
- <RowDefinition MaxHeight = " 250 " />
64
+ <RowDefinition />
65
65
</Grid .RowDefinitions>
66
66
<ItemsControl ItemsPanel =" {StaticResource HorizontalWraped}" HorizontalAlignment =" Right" ItemsSource =" {Binding Tasks}" >
67
67
72
72
</ItemsControl .ItemTemplate>
73
73
</ItemsControl >
74
74
<Expander Grid.Row=" 1" Header =" Details" >
75
- <Grid >
76
- <Grid .ColumnDefinitions>
77
- <ColumnDefinition ></ColumnDefinition >
78
- </Grid .ColumnDefinitions>
79
- <tcocorelocal : DynamicTreeView DataContext =" {Binding}" MaxHeight =" 250" ></tcocorelocal : DynamicTreeView >
80
- </Grid >
75
+ <ScrollViewer MaxHeight =" 300" >
76
+ <tcocorelocal : DynamicTreeView DataContext =" {Binding}" ></tcocorelocal : DynamicTreeView >
77
+ </ScrollViewer >
81
78
</Expander >
82
79
</Grid >
83
80
</Expander >
Original file line number Diff line number Diff line change 159
159
<vortex : SwiftRecorderView x : Name =" swiftRecorder" ></vortex : SwiftRecorderView >
160
160
</TabItem >
161
161
<TabItem Header =" Object tree viewer" >
162
- <ScrollViewer >
162
+ <ScrollViewer MaxHeight = " 500 " >
163
163
<UniformGrid >
164
164
<vortex : DynamicTreeView x : Name =" DynamicTree" DataContext =" {Binding MAIN, Mode=OneWay}" />
165
165
You can’t perform that action at this time.
0 commit comments