Change Location of ToolBar (Compact Framework)

  • Thread starter Thread starter programcounter
  • Start date Start date
P

programcounter

Hello,

is´t possible to change the loacation of a ToolBar (CF)?
I have had create the ToolBar like this:
toolBar1 = new Rectangle(100,300,80,32); //(x,y,width,heigth)
toolBar1.Visible = true;
toolBar1.Buttons.Add(this.toolBarButton1);
this.Controls.Add(toolBar1);
But if I run my SmartDeviceApplication the ToolBar will be shown
always on Top.
I haven´t founded an "Anchor property". Is there a posibilty to change
the position???????

Thanks
 
Back
Top