XAML Question

  • Thread starter Thread starter Mario Rosario
  • Start date Start date
M

Mario Rosario

Hi All,

I'm new to the .NET newsgroups. I have a question about XAML Page scrollbar.
Which newsgroup handles this type of questions?

Anyways, I have a XAML page and it doesn't scroll. I want to turn on the
scrollbars. I can't seem to find out how. Any suggestions?

Thanks,
Mario

--------------------------------------------------------------------------
<Page x:Class="XAMLBrowserDemo1.Page1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Page1" Background="Black" HorizontalAlignment="Center"
Width="1600"
ScrollViewer.CanContentScroll="True" >

<Page.Resources>...

<StackPanel Width="700">...

</Page>
 
Try posting this question here: microsoft.public.windows.developer.winfx.avalon
 
Back
Top