[RESOLVED] [02/03] Control Alignment Glitch?
I was wondering if anyone else encountered this. Regardless of how I have my anchors or dock settings configured, the controls on my forms are moving out of alignment at runtime. It has gotten to the point that I have to manually set the position of each item through code. Panels are stretching, buttons are separating, ListViews grow...... It looks normal in design view, but everything goes haywire when I compile. Any ideas? :confused:
Re: [02/03] Control Alignment Glitch?
Anyone? Basically the controls are changing sizes at runtime and the layout looks different than it does at design time..............
Re: [RESOLVED] [02/03] Control Alignment Glitch?
I must have a knack for running into the problems that noone else has encountered. Anyways, I figured it out. The parent panel was set to a different font than the child panels. VS doesn't like that for some reason.