This question is locked. New answers and comments are not allowed.
Hi,
I am using the below code in base class to get the child of autocompletebox
TextBox textbox = VisualTreeHelper.GetChild(VisualTreeHelper.GetChild(autoCmplteBox1, 0), 0) as TextBox;
but it is returning null value to the textbox
pls give any solution for this (I used this by using MVVM-Pattern)
I am using the below code in base class to get the child of autocompletebox
TextBox textbox = VisualTreeHelper.GetChild(VisualTreeHelper.GetChild(autoCmplteBox1, 0), 0) as TextBox;
but it is returning null value to the textbox
pls give any solution for this (I used this by using MVVM-Pattern)