Silverlight Border FAIL !!

Complete

OSNN Addict
Joined
25 Aug 2005
Messages
94
Silverlight Border FAIL !!
I have a border in XAML code that is defined right after that main canvas:
Code:
<Canvas xmlns="[url=http://schemas.microsoft.com/client/2007]Error[/url]"
...      VerticalAlignment="Top" HorizontalAlignment="Center">
    <Border x:Name="JohnnyBorder" BorderThickness="1" Margin="0,0,0,0" BorderBrush="#FF677B8B" VerticalAlignment="Stretch"
            HorizontalAlignment="Center">
And in the code I position the border ike this:
Code:
 JohnnyBorder = (Border)appCanvas.FindName("JohnnyBorder");
                    JohnnyBorder.Height = App.Current.Host.Content.ActualHeight;
                    JohnnyBorder.Width = App.Current.Host.Content.ActualWidth;
But it does not work. JohnnyBoarder's bottom line is a few percentages above the bottom of the browser. Why?
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back