Note that there are some explanatory texts on larger screens.

plurals
  1. POScrollViewer not showing up properly?
    primarykey
    data
    text
    <p>Does anyone know what's wrong with my code:</p> <pre><code>&lt;Border Background="AliceBlue" BorderThickness="2"&gt; &lt;Grid Name="MainGrid" Background="DarkGray" &gt; &lt;Grid.RowDefinitions&gt; &lt;RowDefinition Height="0.02*"/&gt; &lt;RowDefinition Height="0.07*"/&gt; &lt;RowDefinition Height="0.63*"/&gt; &lt;RowDefinition Height="0.05*"/&gt; &lt;RowDefinition Height="0.05*"/&gt; &lt;/Grid.RowDefinitions&gt; [...SNIP...] &lt;StackPanel Grid.Row="2"&gt; &lt;Expander Header="Filteroptionen" Foreground="WhiteSmoke" FontWeight="Bold"&gt; &lt;Border Margin="18,10,18,10" Name="border1" CornerRadius="10,10,10,10" Background="Gray" &gt; &lt;Grid&gt; &lt;Grid.ColumnDefinitions&gt; &lt;ColumnDefinition&gt;&lt;/ColumnDefinition&gt; &lt;ColumnDefinition&gt;&lt;/ColumnDefinition&gt; &lt;ColumnDefinition&gt;&lt;/ColumnDefinition&gt; &lt;/Grid.ColumnDefinitions&gt; &lt;StackPanel Margin="15,5,5,5" Grid.Column="0"&gt; &lt;RadioButton FontWeight="Normal" Foreground="White" Height="19" Name="radtest1"&gt;test1&lt;/RadioButton&gt; &lt;RadioButton FontWeight="Normal" Foreground="White" Height="19" Name="radtest2"&gt;test2&lt;/RadioButton&gt; &lt;RadioButton FontWeight="Normal" Foreground="White" Height="19" Name="radtest3"&gt;test3&lt;/RadioButton&gt; &lt;/StackPanel&gt; &lt;StackPanel Margin="15,5,5,5" Grid.Column="1"&gt; &lt;my:DatePicker HorizontalAlignment="Left" Height="25" Name="datePicker1" Width="115" Text="Von" /&gt; &lt;my:DatePicker HorizontalAlignment="Left" Height="25" Name="datePicker2" Width="115" Text="Bis" IsEnabled="True" /&gt; &lt;/StackPanel&gt; &lt;StackPanel Margin="15,5,5,5" Grid.Column="2"&gt; &lt;WrapPanel&gt; &lt;Label FontWeight="Normal" Foreground="White" &gt;Number&lt;/Label&gt; &lt;TextBox FontWeight="Normal" Width="193"&gt;&lt;/TextBox&gt; &lt;/WrapPanel&gt; &lt;WrapPanel&gt; &lt;Label FontWeight="Normal" Foreground="White" &gt;Name&lt;/Label&gt; &lt;TextBox FontWeight="Normal" Width="250"&gt;&lt;/TextBox&gt; &lt;/WrapPanel&gt; &lt;/StackPanel&gt; &lt;/Grid&gt; &lt;/Border&gt; &lt;/Expander&gt; &lt;Border Margin="18,10,18,10" CornerRadius="10,10,10,10" Background="Gray" &gt; &lt;my:DataGrid Margin="10,10,10,10" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="auto" ItemsSource="{Binding}" Name="mainDataGrid" xmlns:my="http://schemas.microsoft.com/wpf/2008/toolkit" /&gt; &lt;/Border&gt; &lt;/StackPanel&gt; </code></pre> <p>I've attached a image here which shows the problem (my scrollbar doesn't show up properly, it gets cut by the grid I think):<br> <a href="http://img134.imageshack.us/img134/6780/scrollbarscreenshot.png" rel="nofollow noreferrer">Picture</a></p> <p>Thanks a lot for any help!</p> <p>Cheers</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload