<Grid Margin="0 0" ColumnDefinitions="Auto, *">
<StackPanel Orientation="Horizontal" Name="marginContainer"/>
<tv:TextView Name="textView" HorizontalAlignment="Stretch" Margin="0, 0" Grid.Column="1"
CaretIndex="{TemplateBinding CaretIndex}"
SelectionStart="{TemplateBinding SelectionStart}"
SelectionEnd="{TemplateBinding SelectionEnd}"
Foreground="{TemplateBinding Foreground}"
TextDocument="{TemplateBinding TextDocument}"/>
<ContentPresenter Content="" />
</Grid>
<Grid Margin="0 0" ColumnDefinitions="Auto, *">
<StackPanel Orientation="Horizontal" Name="marginContainer"/>
<tv:TextView Name="textView" HorizontalAlignment="Stretch" Margin="0, 0" Grid.Column="1"
CaretIndex="{TemplateBinding CaretIndex}"
SelectionStart="{TemplateBinding SelectionStart}"
SelectionEnd="{TemplateBinding SelectionEnd}"
Foreground="{TemplateBinding Foreground}"
TextDocument="{TemplateBinding TextDocument}"/>
<ContentPresenter Content="{TemplateBinding Content}" Grid.Column="1"
Margin="{TemplateBinding Margin}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
</Grid>
IsHitTestVisible
should work the same as WPF
Orientation
property work, the same as with StackPanel
?
HorizontalGridSplitter
you should set Height
, for 'VerticalGridSplitter' 'Width'Gird.Pos="2,1,2,3"
for Grid.Column="2" Grid.Row="1" Grid.ColumsSpan="2" Grid.RowSpan="3"
Control
FrameworkElement
FrameworkElement
= Control
again
InputElement
, Layoutable
etc classes but you never want to use them by themselves
control.GetSelfAndVisualAncestors().OfType<Window>().First()
Clear()
etc on that
ICollection<T>
doesn't implement ICollection
: https://msdn.microsoft.com/en-us/library/92t2ye13(v=vs.110).aspx
PerspexProperty
s in a PerspexObject
?
@grokys @kekekeks I think what @ImaBrokeDude is trying to ask is this...
In his docking control, when a Docked item becomes undocked i.e. floating
and bits that are just not available on mono
Ehm? Are you still talking about stuff from PresentationCore?