Browse Source
- Added "Control[Property=Value]" selector handling - Added hacks for ExpressionObserver not currently handing attached properties - Added ContentControl style - Fixed ScrollBar and TextBoxpull/297/head
9 changed files with 156 additions and 5 deletions
@ -0,0 +1,9 @@ |
|||
<Style xmlns="https://github.com/perspex" Selector="ContentControl"> |
|||
<Setter Property="Template"> |
|||
<ControlTemplate> |
|||
<Border Background="{TemplateBinding Background}"> |
|||
<ContentPresenter Content="{TemplateBinding Content}" Margin="{TemplateBinding Padding}"/> |
|||
</Border> |
|||
</ControlTemplate> |
|||
</Setter> |
|||
</Style> |
|||
Loading…
Reference in new issue