Windows form spacing
why does the 6th one have a greater space
the first 4 are already there as defaults
adding the 5th one worked just fine
6 Replies
please share the full code if you can. without it, we are very limited on how much we can help
I would recommend you use UserControl's. doing a bunch of positioning logic is unnecessary
you can jsut make user controls
and that is a better way to handle positioning in winforms
its a panel in the usercontrol, this is the usercontrol
thats literally all the code for the usercontrol so far
1. make a user control to represent each row in the table
2. if we couldsee your full code we can more easily help
your issue could be margins
but unless we can run it and test it it could be multiple things
https://mystb.in/SpeakPunchComfort
ongoing.cs
ongoing_control.cs
https://mystb.in/ImprovedGmbhPacked
MystBin - SpeakPunchComfort
This paste has (1) attached file(s)
MystBin - ImprovedGmbhPacked
This paste has (1) attached file(s)
What's the purpose of
count2
?