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
Post a Comment