ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.86k stars 683 forks source link

Is there a way to emulate a dashboard like view with a navigator? #73

Open desarrollo03TR opened 6 years ago

desarrollo03TR commented 6 years ago

I need a way to show several non resizable small windows just like a dashboard. I think that a navigator is the right component.

Smurf-IV commented 6 years ago

Non-Resizeable, just means that the borders of the controls are not "Related" (See properties of each child control) to more than 2 sides of the parent control.. Not really a Krypton specific thing, unless I'm missing something !

lrhage commented 6 years ago

Not strictly a krypton specific thing, but I think it is easier to create a dashboard using a krypton workspace/navigator.

What I need is something like this:

Or better, this:

MGRussell commented 6 years ago

Is there any specific behavior you're after? If not, it seems like just a regular old TableLayoutPanel with native drag and drop would more than suffice to create this.

lrhage commented 6 years ago

Specific behavior? not really, just adding small windows to a big control, with possibility to mazimize/rearrange/close, and with an specific size (each control with different size).

I was thinking in the workspace control because the layout feature (cells and Sequences).