-
Centering a Grid inside a ScrollViewer
I currently have the following XAML tags:
<ScrollViewer>
<Canvas Width="480" Height="480">
<Grid>
All of the RowDefinitions and ColumnDefinitions are absolute values (no auto or * values). I want to center the Grid, but I have tried every combination of properties I could find, but no success. Can someone help me here? Thanks.
Nathan Sokalski
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks