"Frames" in c#

  • Thread starter Thread starter Torben Laursen
  • Start date Start date
T

Torben Laursen

Hi

Is there a component in c# like the Frame in Delphi. I'm looking for a way
to handle a large number of component in one winform and a frame style
component could do the trick.
Or is possible to dock a winform on a winform?

Thanks Torben
 
Torben said:
Hi

Is there a component in c# like the Frame in Delphi. I'm looking for a way
to handle a large number of component in one winform and a frame style
component could do the trick.
Or is possible to dock a winform on a winform?

Thanks Torben

Hi Torben

I think the "Panel" component or "GroupBox" component might help you.

-Kevin
 
Torben said:
Is there a component in c# like the Frame in Delphi. I'm looking for a way
to handle a large number of component in one winform and a frame style
component could do the trick.
Or is possible to dock a winform on a winform?

Well, I don't know what a Frame is in Delphi, but perhaps Panel is what
you're after, possibly in conjunction with Splitter.

Jon
 
Back
Top