.net - TabControl DockStyle : Fill -


i have tabcontrol, when choose dockstyle: fill, begins fill 0,0 on whole parent. how change coordinats dockstyle: fill?

i work visual studio 2010.

you can't.
fill means that;; fill available space.

instead, can anchor 4 sides.

if you're trying put control next it, dock control 1 side.
(you may need send back)


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -