MathGroup Archive 2008

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

Search the Archive

Re: TabView control location

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89704] Re: [mg89689] TabView control location
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 18 Jun 2008 06:40:18 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Try

Table[
  TabView[{x, y, z},
   ImageSize -> 150,
   ControlPlacement -> {pos, align}],
  {pos, {Top, Bottom}},
  {align, {Left, Center, Right}}] // Grid


Bob Hanlon

---- David Reiss <dbreiss 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: easy plane normal vector question
  • Next by Date: Re: easy plane normal vector question
  • Previous by thread: TabView control location
  • Next by thread: Re: TabView control location