I have very old code with a lot of controls. On code behind I can find the name of the control. Now I would like easily by it's name find the placement of it on designer view in Visual Studio (or other tool). Is there any possibility to do it?
No list on mine VS:
We need to enable the designer in Visual Studio. Go to Tools > Options > Environment > Preview Features and select the Use the preview Windows Forms designer for . NET Core apps option.
From the Solution Explorer window select your form, right-click, click on View Designer. Voila!
Select the Code View tab. Click and drag the RichTextBox control from the toolbox into the Code View tab page.
Visual basic controls are the columns that aid in creating GUI Based Applications in VB.Net quickly as well as easily. These are things that you can drag to the Type using the Control tool kit in the IDE.
Use the document outline pane (Ctrl + Alt + T) which will include searching a little in the document tree, or the ComboBox in the top of properties pane, which is sorted alphabetically.
Screenshot of ComboBox of properties window, closed and opened
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With