scrollbar visible
-
hi.. why my scrolbar is not visible based on the code below? <WrapPanel DockPanel.Dock="Left" AllowDrop="True" Drop="MediaPanel_Drop" DragOver="MediaPanel_DragOver" HorizontalAlignment="Stretch" x:Name="MediaPanel" Width="Auto" Background="#FFFFFFFF" Margin="139,0,166,51" VerticalAlignment="Bottom" Height="110" ScrollViewer.HorizontalScrollBarVisibility="Visible"/>
-
hi.. why my scrolbar is not visible based on the code below? <WrapPanel DockPanel.Dock="Left" AllowDrop="True" Drop="MediaPanel_Drop" DragOver="MediaPanel_DragOver" HorizontalAlignment="Stretch" x:Name="MediaPanel" Width="Auto" Background="#FFFFFFFF" Margin="139,0,166,51" VerticalAlignment="Bottom" Height="110" ScrollViewer.HorizontalScrollBarVisibility="Visible"/>
Perhaps it's only visible when there's content to scroll ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Perhaps it's only visible when there's content to scroll ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )