構建上Sjoerd solution to add alignment to a manipulate object:調整面板位置的操縱對象Mathematica中
考慮以下幾點:
Manipulate[
Panel[Style[Row1, Bold, 20],
ImageSize -> 150, Alignment -> Center]
Panel[Style[Row2, Bold, 20],
ImageSize -> 150, Alignment -> Center],
{{Row1, {1}}, {1, 2, 3, 4, 5}, ControlType -> SetterBar,ControlPlacement -> Left},
{{Row2, {2}}, {1, 2, 3, 4, 5}, ControlType -> SetterBar,ControlPlacement -> Left}]
有沒有辦法對每一個頂部面板其他與相應的SetterBar對齊?
謝謝。我發佈的問題是實際問題的簡化版本。我還沒有能夠在「真正」的解決方案上實施你的解決方案。我在這裏上傳了一個簡單的筆記本:http://www.laeh500.com/LAEH/Panel_Problem.html。你有時間看看嗎,如果你認爲它可行,你能告訴我嗎?非常感謝。 – 500
@ 500現在能爲你工作嗎? –
@Wizard先生,我從來沒有成功地將它應用於我的問題。我使用了靜態替代方法。 – 500