blah blah blah is here! blah blah » Close

0
votes
0 answers

finding width of object before adding it to the parent (desiredsize)

i am using the child.measure, followed by asking for the desiredsize.width and still getting a width of 0.0 anyone know why? TextBlock label = new TextBlock(); label.Foreground = new SolidColorBrush(Colors.White); ...

Feedback