Position of elements C# Visual Studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Position of elements C# Visual Studio

I'm trying to create new radiobuttons in my code and add them to the main window in visual studio. No problem so far, but I would like to place them under another item(label) and under each other. Therefore I think I need to get the position of the label and then like label-position + x. How do I get the position or is there even a more simple way? Thanks in advance!

30th Sep 2020, 9:36 AM
Fu Foy
Fu Foy - avatar
2 Answers
+ 1
In the visual studio you will find a window builder, where you can all essy construct. There is also the information needed to code.
30th Sep 2020, 10:59 AM
JaScript
JaScript - avatar
+ 1
Thanks! I didn't know that. Lots of new options to me!
30th Sep 2020, 11:14 AM
Fu Foy
Fu Foy - avatar