all groups > dotnet windows forms > february 2007 >
You're in the

dotnet windows forms

group:

Window Forms and panels


Window Forms and panels Bill Gower
2/26/2007 4:25:26 PM
dotnet windows forms: Should anything even a menu, toolbar or statusbar ever be directly placed on
the main window or should they always be placed on a container such as a
panel?

Bill

Re: Window Forms and panels Herfried K. Wagner [MVP]
2/26/2007 11:15:37 PM
"Bill Gower" <billgower@charter.net> schrieb:
[quoted text, click to view]

They do not need to be placed on a panel and in general there is no reason
for doing that.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Re: Window Forms and panels RobinS
2/26/2007 11:25:50 PM

[quoted text, click to view]

Maybe he's confusing it with WPF. In WPF, you can only put one thing in a
window. So if you want to put something besides a button or a listbox or a
status bar in it, you have to put a panel in it first and then put the
stuff inside the panel.

Robin S.

AddThis Social Bookmark Button