mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
16 lines
664 B
XML
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>
|