J
joey.powell
I am trying to use a progress bar inside of my C#.net windows form
application. The status bar (naturally) only needs to be visible when
the app is running a job. However, if I set visible=false for it then
the panels to the right all shift to the left and take its place (until
I set visible=true). This is very ugly!
I need to be able to hide the progress bar, but maintain its footprint
within its status bar panel. I have tried things like setting
Spring=true and Spring=false, and I am even using absolute widths for
all of the panels. There is no "alignment" for each panel, relative to
the statusbar container. That would probably work, because then I could
set the rightmost text panel to align right. Anyways, I can't make it
work.
This should be a piece of cake, but as far as I can tell it cannot be
done. Does someone out there know how to make it work?
JP
application. The status bar (naturally) only needs to be visible when
the app is running a job. However, if I set visible=false for it then
the panels to the right all shift to the left and take its place (until
I set visible=true). This is very ugly!
I need to be able to hide the progress bar, but maintain its footprint
within its status bar panel. I have tried things like setting
Spring=true and Spring=false, and I am even using absolute widths for
all of the panels. There is no "alignment" for each panel, relative to
the statusbar container. That would probably work, because then I could
set the rightmost text panel to align right. Anyways, I can't make it
work.
This should be a piece of cake, but as far as I can tell it cannot be
done. Does someone out there know how to make it work?
JP