This question is locked. New answers and comments are not allowed.
Hi there,
I have objects inside a RadPane. If the Group is unPinned to the side of the screen as a tab, I can no longer reference my objects using FindName.
Instead it returns a NULL result for my object.
I have objects inside a RadPane. If the Group is unPinned to the side of the screen as a tab, I can no longer reference my objects using FindName.
Instead it returns a NULL result for my object.
PanelDesignerButtons
myPane = LayoutRoot.FindName("DesignerPanelButtons") as PanelDesignerButtons;
Any help is appreciated.
Thank you
Clinton