"Frames" in c#

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
 
S

Steffer [MCP]

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
 
J

Jon Skeet [C# MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top