.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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -