MH: ScrollViewer in der NationalityView eingebaut
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<localView:BeWoView x:Class="BeWo.View.Detail.NationalityView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:BeWo.Core" xmlns:uc="clr-namespace:BeWo.Controls;assembly=BeWo.Controls" xmlns:localView="clr-namespace:BeWo.View" xmlns:localDetailView="clr-namespace:BeWo.View.Detail" xmlns:val="clr-namespace:BeWo.Validation" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="True">
|
||||
|
||||
|
||||
<ScrollViewer>
|
||||
<Grid Width="Auto" x:Name="rootGrid" >
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -8,5 +8,6 @@
|
||||
</Grid.RowDefinitions>
|
||||
<Border x:Name="borderTemp" Visibility="Collapsed"/>
|
||||
</Grid>
|
||||
|
||||
</ScrollViewer>
|
||||
|
||||
</localView:BeWoView>
|
||||
Reference in New Issue
Block a user