Link to home
Start Free TrialLog in
Avatar of thready
thready

asked on

C# layout & runtime adding of controls

Hi Experts,

I'm setting the location of controls at runtime in c#- but when I add them to the form- they are adding to some sort of default table layout and each control goes into its own column.  I need the absolute coordinates I'm giving to my controls to be used- not this table layout.  Is there a way to use some absolute coordinate layout manager?

Thanks!
Mike
ASKER CERTIFIED SOLUTION
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thready
thready

ASKER

Yep- I was getting my control's right side position before adding it to the form- getting incorrect results..  d-oh!  :)

Thanks