I am making a unit palette for myself in Mathematica 11.3, and am planning on making a column of togglers for the sections.
Toggler[
Text[Style["Physics Constants", 24, Italic]],
{Text[Style["Physics Constants", 24, Italic]],
Column[{Text[Style["Physics Constants", 24, Italic]], physgrid}]}
]
Where physgrid is just a 4x4 grid of buttons. When I run this code, there is a huge margin around the first state, which I don't want.
Essentially, I want to make an OpenerView, without the little triangle icon. So, if that could be made instead, that would also suffice.
physgrid, could help others troubleshoot your problem. – MarcoB Mar 28 '18 at 18:36ImageSize->Automaticto yourToggler. – Carl Woll Mar 28 '18 at 19:10