+ 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!
2 odpowiedzi
+ 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.
+ 1
Thanks! I didn't know that. Lots of new options to me!