XAML Question
am 30.11.2007 05:42:41 von 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
------------------------------------------------------------ --------------
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta tion"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Page1" Background="Black" HorizontalAlignment="Center"
Width="1600"
ScrollViewer.CanContentScroll="True" >
...
...
RE: XAML Question
am 30.11.2007 12:56:00 von srhartone
Try posting this question here: microsoft.public.windows.developer.winfx.avalon
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
"Mario Rosario" wrote:
> 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
>
> ------------------------------------------------------------ --------------
>
> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta tion"
> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
> Title="Page1" Background="Black" HorizontalAlignment="Center"
> Width="1600"
> ScrollViewer.CanContentScroll="True" >
>
> ...
>
> ...
>
>
>
>
>
>
>