Advanced Forum Search Results
-
I tried but it's not working well
-
i have following,where do I need to put that
<kir:BlockText x:Name="btBlockText1" Text="{Binding Text, ElementName=txtText}"></kir:BlockText>
-
I want to add Newline between some text that is justified in blocktext control in silverlight..Is that possible and can I do that???
-
that is not integrated?
-
i tried this too but I don't get anything...
Canvas.SetLeft(txt,(LayoutRoot.Width - txt.ActualWidth) / 2);
-
I get syntax error in sl3 when I try this...
-
this is what I needed,it's working...thanks...I totally forgot for ImageOpened event....My brain is not functioning very well...
Every time when I think it is some big problem,it's always some little thing to do but I can't remember on time.Big thanks to all of you helping me...private void bigImage_ImageOpened(object ...
-
I think this is working,but I'm not sure because I can only suggest,I didn't get border size of previous image for now....public void SetSize()
{
brd.Width = bigImage.ActualWidth + 20;
brd.Height = bigImage.ActualHeight + 20;
UpdateLayout();
}private void bigImage_ImageOpened(object sender, RoutedEventArgs e) ...
-
what do you suggest,that I put BeginInvoke() in ImageOpen callback????
-
Anyone...