Can I "dock" on 3 sides only?

  • Thread starter Thread starter Keith Smith
  • Start date Start date
K

Keith Smith

By looking at the properties of my control (tabControl) it looks like I have
the choice of docking the size to my form on either one sigle side (left,
right, top, bottom) or all sides (fill). Is there a way to dock on the
left, right, and bottom side only?
 
Is there a way to dock on the left, right, and bottom side only?

what would that look like?

Docking on the bottom means docking the entire width of the window across
the bottom... connected to the left and right sides.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 
Is there a way to dock on the left, right, and bottom side only?
what would that look like?

Docking on the bottom means docking the entire width of the window across
the bottom... connected to the left and right sides.

Ok, I see what you mean. I had a misunderstanding of what docking does.

However, whenever I choose only the "bottom" to dock my control, how come it
also moves the top of my control up about an inch?
 
Back
Top