views:

20

answers:

0

How can i get full union bounding box of control with all of its descendant controls, with out display full control, For example i have a panel in which i am displaying the child item. when panel have control that are visible

VisualTreeHelper.GetDescendantBounds(myPanel);

return the desired result, but if some items are not visible due to other control over my panel, then it is not giving the result.