Files
RobustToolbox/Robust.Client/UserInterface/DevWindow/ProfTree.xaml
T
2022-05-14 15:08:46 +10:00

16 lines
664 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Robust.Client.UserInterface.ProfTree"
MinHeight="64">
<ScrollContainer Name="TreeScroll"
HScrollEnabled="False" VScrollEnabled="True">
<BoxContainer Orientation="Vertical">
<!-- Header values filled in in constructor -->
<ProfAltBackground IsAltBackground="True">
<ProfTreeLine Name="Header" />
</ProfAltBackground>
<BoxContainer Orientation="Vertical" Name="TreeRoot" />
</BoxContainer>
</ScrollContainer>
</Control>