Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 5, 2022 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/f8714006a84281c5abde5dfb1316d597 to your computer and use it in GitHub Desktop.
Save bjoerntx/f8714006a84281c5abde5dfb1316d597 to your computer and use it in GitHub Desktop.
<DockPanel>
<WPF:ButtonBar x:Name="buttonBar1" />
<WPF:RulerBar x:Name="rulerBar1" />
<WPF:StatusBar x:Name="statusBar1"/>
<WPF:RulerBar x:Name="rulerBar2" DockPanel.Dock="Left" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
<WPF:TextControl Name="textControl1" Loaded="textControl1_Loaded"
ButtonBar="buttonBar1" StatusBar="statusBar1" RulerBar="rulerBar1" VerticalRulerBar="rulerBar2"/>
</DockPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment