XAML Question

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>
 
S

Simon Hart [MVP]

Try posting this question here: microsoft.public.windows.developer.winfx.avalon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top