babsevensix

Il blog di Alberto
posts - 94, comments - 81, trackbacks - 11

Aprire un childwindow in silverlight che riempia abbastanza il browser

Quando si apre una nuova childwindow si può scegliere di aprirla a dimensione fissa, oppure di dimensionarla in base alla dimensione attuale del browser.

Questo il codice :

childWindow.Width = ((AppTest.MainPage)(((Activity)App.Current.RootVisual).Content)).ContentFrame.ActualWidth;
childWindow.Height = ((AppTest.MainPage)(((Activity)App.Current.RootVisual).Content)).ContentFrame.ActualHeight;

Print | posted on giovedì 21 giugno 2012 14:51 | Filed Under [ Codice.NET WPF e Silverlight ]

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET