<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 49: StartMenuSeven Docking</title><link>https://sourceforge.net/p/cloudtoolkitnet/bugs/49/</link><description>Recent changes to 49: StartMenuSeven Docking</description><atom:link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Feb 2009 16:51:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/feed.rss" rel="self" type="application/rss+xml"/><item><title>StartMenuSeven Docking</title><link>https://sourceforge.net/p/cloudtoolkitnet/bugs/49/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Dewitt</dc:creator><pubDate>Tue, 17 Feb 2009 16:51:25 -0000</pubDate><guid>https://sourceforge.net8b31316892791d3a5f18669a011284cded9b9605</guid></item></channel></rss>