<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 49: StartMenuSeven Docking</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/" rel="alternate"/><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudtoolkitnet/bugs/49/</id><updated>2009-02-17T16:51:25Z</updated><subtitle>Recent changes to 49: StartMenuSeven Docking</subtitle><entry><title>StartMenuSeven Docking</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/" rel="alternate"/><published>2009-02-17T16:51:25Z</published><updated>2009-02-17T16:51:25Z</updated><author><name>Chris Dewitt</name><uri>https://sourceforge.net/u/cndewitt/</uri></author><id>https://sourceforge.net8b31316892791d3a5f18669a011284cded9b9605</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;StartMenuSeven seems to always be docked at the bottom.  If I select To dock it at the top, it looks fine in designer mode, but when I run the app it is docked at the bottom.  Here is what I did to fix the problem:&lt;/p&gt;
&lt;p&gt;public ControlOrientation Orientation&lt;br /&gt;
{&lt;br /&gt;
get&lt;br /&gt;
{&lt;br /&gt;
return this.orientation;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;set&lt;br /&gt;
{&lt;br /&gt;
this.orientation = value;&lt;/p&gt;
&lt;p&gt;if (this.orientation == ControlOrientation.Horizontal)&lt;br /&gt;
{&lt;br /&gt;
//this.Dock = DockStyle.Bottom;&lt;br /&gt;
startMenuButtonStartSpacing = horizontalButtonSpacing;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;else&lt;br /&gt;
{&lt;br /&gt;
//this.Dock = DockStyle.Right;&lt;br /&gt;
startMenuButtonStartSpacing = verticalButtonSpacing;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;OrganizeStartButtons();&lt;br /&gt;
OrganizeTaskBarItems();&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I commented out the lines that set the dock style for the control under the orientation section.  This fixed everything.  Now I can set the Dock Position under the component Properties and it works like it should instead of being reset by the lines above.  I just download the Cloud Toolkit yesterday so I believe I have the latest version.  By the Way......GREAT WORK!!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Chris Dewitt&lt;br /&gt;
cndewitt@gmail.com&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>