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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -