Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Clearing stack control ......... RSS

2 replies

Last post May 27, 2009 11:15 AM by Aravindakumar.V

(0)
  • rahul001

    rahul001

    Member

    20 Points

    29 Posts

    Clearing stack control .........

    May 27, 2009 11:01 AM | LINK

    How to clear the stack control at runtime?

    Please "Mark as Answer" if this post answered your question.
  • eecsaky

    eecsaky

    Member

    282 Points

    47 Posts

    Re: Clearing stack control .........

    May 27, 2009 11:14 AM | LINK

    Use the StackPanelName.Children.Clear() method.

     Cheers!

    Eugenio Estrada Csaky
    Blog: http://geeks.ms/blogs/eecsaky
    Phone: +34 663 139 974
  • Aravindakumar.V

    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();