Clearing the screens
-
Hi peoples, I am working in WPF screen, i need to clear all the controls(values) in the screen at one stretch, if win forms we can give as (foreach control in this.controls) but here how can we do??
-
Hi peoples, I am working in WPF screen, i need to clear all the controls(values) in the screen at one stretch, if win forms we can give as (foreach control in this.controls) but here how can we do??
Please use the following code in C# this.Content = null;
Continue...
-
Please use the following code in C# this.Content = null;
Continue...
This doesn't work with TextBoxes, TextBlocks or Labels.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.