Hi, I have some xam controls on wpf form. i want to count the control, how much controls on the form? in cs file and also check their type either control is text box or combo box or etc. plz help, its urgent
+1
A:
Use System.Windows.Media.VisualTreeHelper.GetChildrenCount() and GetChild()
gimalay
2009-09-11 16:35:03
thanks, i will check and let u know
2009-09-11 16:42:01