<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : CXTPControlComboBox list appears badly offset</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPControlComboBox list appears badly offset]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 05:50:32 +0000</pubDate>
  <lastBuildDate>Fri, 01 Dec 2006 12:52:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=5644</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : Aha, as I said, I couldnt find...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17843&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 01 December 2006 at 12:52pm<br /><br />Aha, as I said, I couldnt find any way of adding a caption to any combo in VS2005 or VS6 so I couldnt test. How did you do it??<DIV>&nbsp;</DIV><DIV>Thanks for giving me a screenshot and clarifying.</DIV>]]>
   </description>
   <pubDate>Fri, 01 Dec 2006 12:52:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17843&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17843</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : And once again - it is designed....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17807&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 30 November 2006 at 2:20pm<br /><br />And once again - it is designed. You show screenshot of Visual Studio's combos without captions. if you will remove caption from our combobox you will see same result. <DIV>&nbsp;</DIV><DIV>Here screenshot of Visual Studio's combo _with_ caption</DIV><DIV>&nbsp;</DIV><DIV><DIV><img src="http://forum.codejock.com/uploads/20061130_141908_screen.png" border="0"></DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>So it is nothing to fix. </DIV><DIV>&nbsp;</DIV><DIV>But i see your point you and we will add option to switch it.</DIV>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 14:20:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17807&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17807</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : Its not the width thats the problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17806&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 30 November 2006 at 1:33pm<br /><br />Its not the width thats the problem its the position, look at the last screen and see where the drop down is positioned, right over to the left under the caption ... it needs to be under the actual edit box like the other screenshots from two MS apps. <DIV>&nbsp;</DIV><DIV>I made your change and its now too wide ... its aligned the right edge with the right edge of the edit, but the left is still aligned with the caption when it should be aligned with the left edge of the edit.:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://www.coderanger.com/test/codejock-combo2.png" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 13:33:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17806&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17806</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : Hi,  You can call pCombo-&amp;gt;SetDropDownWidth(0);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17803&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 30 November 2006 at 5:56am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>You can call <FONT size=2>pCombo-&gt;SetDropDownWidth(0); and dropdown width will be automatically calculated.</DIV><DIV></DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 05:56:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17803&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17803</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : I cant find any example of such...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17797&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 30 November 2006 at 2:22am<br /><br />I cant find any example of such behaviour. In Word/VS2005 or any MS app, if I add a combo to a toolbar&nbsp;it wont let me add a caption so I cant see how to see what it looks like <DIV>&nbsp;</DIV><DIV>However I think if it is like&nbsp;your implementation&nbsp;then it is a mistake and not a deliberate design decision.</DIV><DIV>&nbsp;</DIV><DIV>If you look at the behaviour of a drop down list on any dialog on any Windows application, the left edge of the drop down list is aligned with the left edge of the box. The exception being a combox edit where (to show it has different behaviour) sometimes appears with the left edge of the drop down indented to the right of the left edge of the edit control by a few DLUs.</DIV><DIV>&nbsp;</DIV><DIV>Your implementation is left-aligned with the caption and so is indented the wrong way.</DIV><DIV>&nbsp;</DIV><DIV>Here are some screens:</DIV><DIV><img src="http://www.coderanger.com/test/toolbar-combo.png" border="0">Devstudio toolbar list</DIV><DIV><img src="http://www.coderanger.com/test/toolbar-list.png" border="0">VS2005 toolbar combo</DIV><DIV><img src="http://www.coderanger.com/test/codejock-toolbar-list.png" border="0">Codejock toolbar list</DIV>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 02:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17797&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17797</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : Hello,  It is designed. In Word/VS.NET...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17788&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 30 November 2006 at 1:33am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>It is designed. In Word/VS.NET it is same.</DIV>]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 01:33:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17788&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17788</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlComboBox list appears badly offset : If you add a caption to a CXTPControlComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17777&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5644<br /><strong>Posted:</strong> 29 November 2006 at 4:24pm<br /><br />If you add a caption to a CXTPControlComboBox on a toolbar, the drop down list appears not under the combo put under the caption which looks a bit ugly.<DIV>&nbsp;</DIV><DIV>I think that it should be indented by the width of the caption ... could this be fixed please.</DIV><DIV>&nbsp;</DIV><DIV>You can try this in the Whidbey example for the configuration combos on the toolbar, just add a caption and drop down the list.</DIV>]]>
   </description>
   <pubDate>Wed, 29 Nov 2006 16:24:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5644&amp;PID=17777&amp;title=cxtpcontrolcombobox-list-appears-badly-offset#17777</guid>
  </item> 
 </channel>
</rss>