Re: How to center the position of a control in the
- To: mathgroup at smc.vnet.net
- Subject: [mg110309] Re: How to center the position of a control in the
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 13 Jun 2010 04:08:47 -0400 (EDT)
Column[{
Row[{
"a ", Slider[Dynamic[a], {1, 5, 1}],
, a = 4; Dynamic[a]}],
Row[{
"b ", Slider[Dynamic[b], {1, 5, 1}],
, b = 2; Dynamic[b]}],
Dynamic[Plot[a + b*x, {x, 0, 1},
PlotRange -> {0, 10},
ImageSize -> 360]]},
Center]
Bob Hanlon
---- sibir <martin.rommel at gmail.com> wrote:
=============
The controls are always aligned left inside the pane :-(