[Mono-winforms-list] Is this possible with a winform?

Stifu stifu at free.fr
Tue Dec 14 02:13:20 EST 2010


What are the benefits of having the right panel be out of the main window?
Can it be moved independently or something? What would happen when
maximizing the app (unless you disabled maximizing)?

Wouldn't it be easier to just have the panel *inside* the main form, docked
right?
Or even as a thin top bar, so the width of the picture is never a problem.


nodoid wrote:
> 
> Hi,
> 
> Many moons ago I developed a piece of code on a completely different
> operating system. It was quite a funky piece of code and I'd like to
> re-release it as a winform application. Problem is that it had a very odd
> thing on the window.
> 
> The software was a graphic carousel package, so there was a fast forward,
> rewind, stop etc system attached to the window which looked like this
> 
> +-----------------------------------------------+
> | Picture title                            X |
> +-----------------------------------------------+
> |                                                 |
> |                                                 |
> |  piccy                                       |------|
> |                                                 |  >>  |
> |                                                 |       |
> |                                                 |  << |
> |                                                 |       |
> |                                                 |   #  |
> |                                                 |       |
> +-----------------------------------------------+-----+
> 
> The bit on the right was attached to the window as a borderless panel. If
> the picture was too large, it was scaled to fit, but the panel then
> appeared inside of the window. Window moved, so did the panel.
> 
> I did think of creating a panel, attaching it to the window and then
> adding an event so that when things moved, resized etc, the panel moved
> with it. However, this is problematic.
> 
> Is this sort of thing possible using a winform or do I need to rethink my
> UI?
> 
> TTFN
> 
> Paul
> 
> P.S. Sorry if the ASCII art gets messed up - I'm having to use webmail
> until my main box is fixed
> 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/Is-this-possible-with-a-winform-tp3086230p3086532.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.


More information about the Mono-winforms-list mailing list