TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pm
NA
109
77.9k
UIElement.Measure(availableSize) cannot be called with NaN size .
Sep 5 2012 9:52 AM
how to handle this UIElement.Measure(availableSize) cannot be called with NaN size .
and i am facing this ,when opening a telerik radwindow in wpf viewmodel
private void ReceivedMessageShowWindow(string msg)
{
var Window = new Window(msg)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen,
};
Window.ShowDialog();///******here comes UIElement.Measure(availableSize) cannot be called with NaN size
}
Reply
Answers (
0
)
wpf application
Master detail for treeview