c# - Get the object from a StackPanel by index - Silverlight -


i have list of labels in stack panel.

is there way item index or position in panel.

example :

x = 5; label l = (label) panel.children[x]; 

environment

  • silverlight 5

  • inbrowser control


Comments

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -