Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Silverlight Controls and Silverlight Toolkit/Clearing stack control .........
Last post May 27, 2009 11:15 AM by Aravindakumar.V
Member
20 Points
29 Posts
May 27, 2009 11:01 AM | LINK
How to clear the stack control at runtime?
282 Points
47 Posts
May 27, 2009 11:14 AM | LINK
Use the StackPanelName.Children.Clear() method.
Cheers!
157 Points
39 Posts
May 27, 2009 11:15 AM | LINK
u mean the stack panel right... try using this property stack.Children.Clear();
rahul001
Member
20 Points
29 Posts
Clearing stack control .........
May 27, 2009 11:01 AM | LINK
How to clear the stack control at runtime?
eecsaky
Member
282 Points
47 Posts
Re: Clearing stack control .........
May 27, 2009 11:14 AM | LINK
Use the StackPanelName.Children.Clear() method.
Cheers!
Blog: http://geeks.ms/blogs/eecsaky
Phone: +34 663 139 974
Aravindakumar.V
Member
157 Points
39 Posts
Re: Clearing stack control .........
May 27, 2009 11:15 AM | LINK
u mean the stack panel right... try using this property stack.Children.Clear();