Skip to content

Commit 69bbc33

Browse files
authored
Disable ClipToBounds in TreeDataGridTemplateCell. (#484)
Fixes #483
1 parent 7a2e1ff commit 69bbc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Material.Avalonia.TreeDataGrid/TreeDataGridTemplateCell.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<ResourceDictionary xmlns="https://github.com/avaloniaui"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
33
<ControlTheme x:Key="{x:Type TreeDataGridTemplateCell}" TargetType="TreeDataGridTemplateCell">
4+
<Setter Property="ClipToBounds" Value="False"></Setter>
45
<Setter Property="Template">
56
<ControlTemplate>
67
<ContentPresenter x:Name="PART_ContentPresenter"

0 commit comments

Comments
 (0)