Hi all im having a Radio Button and Text box in front it,
once i check the button the text box will become visible!
But i also want to my Cursor be visible in a text box to so easier for user to type \
how i can do these?!
thats my function
private void SelectQualityChecked(object sender, RoutedEventArgs e)
{
txtSelectedQuantity.IsEnabled = true;
}
Try this code: