MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: TabView control location

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89750] Re: TabView control location
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Thu, 19 Jun 2008 05:46:48 -0400 (EDT)
  • References: <g3aomc$3c$1@smc.vnet.net>

Thanks!

I think that I had tried

TabView[{x, y, z}, ImageSize -> 150, ControlPlacement -> {Center,
Top}]

rather than


TabView[{x, y, z}, ImageSize -> 150, ControlPlacement -> {Top,
Center}]


--David

On Jun 18, 6:40 am, Bob Hanlon <hanl... at cox.net> wrote:
> Try
>
> Table[
>   TabView[{x, y, z},
>    ImageSize -> 150,
>    ControlPlacement -> {pos, align}],
>   {pos, {Top, Bottom}},
>   {align, {Left, Center, Right}}] // Grid
>
> Bob Hanlon
>
> ---- David Reiss <dbre... at gmail.com> wrote:
>
> > On Windows the controls for this TabView are located by default on the
> > top and to the left:
>
> > TabView[{x, y, z}, ImageSize -> 200]
>
> > On the Mac the controls are located on the top and in the center.
>
> > Is there anyway to make the controls be in the top center for
> > Windows?  Or is this something that is restricted at the OS level?
>
> > Thanks,
>
> > David



  • Prev by Date: Re: Problem inputting data into a table that is larger than a window
  • Next by Date: Re: Bug in LogPlot and ListLogPlot in V6.0.3
  • Previous by thread: Re: TabView control location
  • Next by thread: How to get plain text from a notebook?