Skip to content

Commit 1d7b77e

Browse files
committed
fix: virtualization not working
1 parent 294f856 commit 1d7b77e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Views/Repository.axaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
</ToggleButton>
239239
<v:BranchTree Grid.Row="1"
240240
x:Name="localBranchTree"
241+
Height="0"
241242
Margin="8,0,4,0"
242243
Nodes="{Binding LocalBranchTrees}"
243244
IsVisible="{Binding IsLocalBranchGroupExpanded}"
@@ -255,6 +256,7 @@
255256
</ToggleButton>
256257
<v:BranchTree Grid.Row="3"
257258
x:Name="remoteBranchTree"
259+
Height="0"
258260
Margin="8,0,4,0"
259261
Nodes="{Binding RemoteBranchTrees}"
260262
IsVisible="{Binding IsRemoteGroupExpanded}"
@@ -273,6 +275,7 @@
273275
</ToggleButton>
274276
<DataGrid Grid.Row="5"
275277
x:Name="tagsList"
278+
Height="0"
276279
Margin="8,0,4,0"
277280
Background="Transparent"
278281
ItemsSource="{Binding VisibleTags}"
@@ -376,7 +379,7 @@
376379
</ToggleButton>
377380
<DataGrid Grid.Row="7"
378381
x:Name="submoduleList"
379-
MaxHeight="200"
382+
Height="0"
380383
Margin="8,0,4,0"
381384
Background="Transparent"
382385
ItemsSource="{Binding Submodules}"
@@ -459,6 +462,7 @@
459462
</ToggleButton>
460463
<DataGrid Grid.Row="9"
461464
x:Name="worktreeList"
465+
Height="0"
462466
Margin="8,0,4,0"
463467
Background="Transparent"
464468
ItemsSource="{Binding Worktrees}"

0 commit comments

Comments
 (0)