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++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -