<?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 : Not Hiding Unneeded VScroll</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Not Hiding Unneeded VScroll]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 03:23:58 +0000</pubDate>
  <lastBuildDate>Mon, 27 Jul 2020 01:42:36 +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=24000</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[Not Hiding Unneeded VScroll : In our application we&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77790&amp;title=not-hiding-unneeded-vscroll#77790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9372">dbrookes</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 27 July 2020 at 1:42am<br /><br /><div>In our application we've gone back to the old grid view by overriding `CXTPPropertyGrid::CreateView` and returning a `new CXTPPropertyGridView()` instead of a `new CXTPScrollablePropertyGridListBox()`. <br></div><div><br></div><div>Unfortunately there is a typo in the release this will crash without changing the check `if (NULL != pView)` to `if (NULL != pScrollableView)` in `CXTPPropertyGrid::GetGridView`.<br></div><div><br></div><div>It's also necessary to set the border style to `xtpGridBorderNone` after doing this to fix the border not drawing correctly similar to what markr's screenshot shows.</div><div><br></div><div>This fixes the vertical scroll bar being always visible and the scroll wheel not working. Unfortunately you lose the nice themed scroll bar though :(<br></div><div><br></div><div>Hope to see more improvements in the future.</div><div><br></div><div>On a random note, be aware that enabling variable height items recreates the view invalidating any existing items. We had this crash in our application, this might be different to the crash mentioned above though.<br></div>]]>
   </description>
   <pubDate>Mon, 27 Jul 2020 01:42:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77790&amp;title=not-hiding-unneeded-vscroll#77790</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : The crash I could only happened...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77738&amp;title=not-hiding-unneeded-vscroll#77738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 24 June 2020 at 6:54am<br /><br />The crash I could only happened once, could not reproduce it. I see though that collapsing/expanding is slower (more repaints) now in the sample compared to previous version.&nbsp;<br><br>However, another problem is that items in combo boxes all look selected (v. 19.2 above, 19.0 below)<br><br><img src="uploads/1263/property_grid.png" height="572" width="589" border="0" /><br><br><br><br><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 24 Jun 2020 06:54:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77738&amp;title=not-hiding-unneeded-vscroll#77738</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : I&amp;#039;m seeing the problems with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77735&amp;title=not-hiding-unneeded-vscroll#77735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9372">dbrookes</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 23 June 2020 at 11:42pm<br /><br /><div>I'm seeing the problems with the vertical scroll bar not hiding and the scroll wheel not working. I'm not getting a crash on Collapse/Expand though.<br></div>]]>
   </description>
   <pubDate>Tue, 23 Jun 2020 23:42:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77735&amp;title=not-hiding-unneeded-vscroll#77735</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : I have tested. It crashed first...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77734&amp;title=not-hiding-unneeded-vscroll#77734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 23 June 2020 at 6:48pm<br /><br />I have tested. It crashed first time I clicked on Collapsed/Expand button, but not when I restarted and tried again. The scrollbar is always visible even when it is not needed and the scroll wheel does not work.<br><br>By the way, all the Dynamic ... configurations defines XTP_STATICLINK - guess they shouldn't.<br>]]>
   </description>
   <pubDate>Tue, 23 Jun 2020 18:48:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77734&amp;title=not-hiding-unneeded-vscroll#77734</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : Hello,&amp;gt;Scroll wheel no longer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77733&amp;title=not-hiding-unneeded-vscroll#77733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 23 June 2020 at 6:20pm<br /><br />Hello,<div><br></div><div>&gt;&nbsp;Scroll wheel no longer seem to work either.</div><div><br></div><div>It seems odd that we're all seeing different results. Is everyone testing the v19.2 CodeJock sample applications?</div><div><br></div><div><img src="uploads/669/192ver.png" height="414" width="600" border="0" /><br></div><div><br></div><div>- Mark</div>]]>
   </description>
   <pubDate>Tue, 23 Jun 2020 18:20:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77733&amp;title=not-hiding-unneeded-vscroll#77733</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : Scroll wheel no longer seem to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77732&amp;title=not-hiding-unneeded-vscroll#77732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 23 June 2020 at 6:16pm<br /><br />Scroll wheel no longer seem to work either.<div id="gtx-trans" style=": ; left: -93px; top: -24.2px;"><div ="gtx-trans-ic&#111;n"></div></div>]]>
   </description>
   <pubDate>Tue, 23 Jun 2020 18:16:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77732&amp;title=not-hiding-unneeded-vscroll#77732</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : Please provide a solution this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77721&amp;title=not-hiding-unneeded-vscroll#77721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=129">Felipe</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 22 June 2020 at 5:58am<br /><br /><div>Please provide a solution this issue soon. It will be highly appreciated.</div><div><br></div><div>Note also:&nbsp; when resizing the Verbs and /or the Help section, the grid is not redrawn.</div><div>Only when the user clicks on the grid area it shows back again<br></div>]]>
   </description>
   <pubDate>Mon, 22 Jun 2020 05:58:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77721&amp;title=not-hiding-unneeded-vscroll#77721</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : Strange when I run I get the following,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77715&amp;title=not-hiding-unneeded-vscroll#77715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 19 June 2020 at 2:02am<br /><br /><div>Strange when I run I get the following, hot hiding the vertical bar?</div><div><br></div><div><img src="uploads/686/XTToolkit_Property_Editor_19.2.0_Sample_Crash.png" width="500" border="0" /></div><div><br></div><div>Also, I get crash when pressing Collapse/Expand All button the very first time I run the sample project, probably because of the Custom Buttons section expanding? But if I change the Theme, or resizes the dialog before pressing the&nbsp;<span style="display: inline !imant; : n&#111;ne; : rgb255, 255, 255; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">Collapse/Expand All button it works, - so something is wrong about the order things are initiated or called.</span></div><div><span style="display: inline !imant; : n&#111;ne; : rgb255, 255, 255; color: rgb0, 0, 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decorati&#111;n: n&#111;ne; text-indent: 0px; text-trans: n&#111;ne; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">It could maybe also be the issue in my report:&nbsp;<a href="http://forum.codejock.com/forum_posts.asp?TID=23999&amp;title=crash-in-v1920-when-resizing-property-editor" rel="nofollow">http://forum.codejock.com/forum_posts.asp?TID=23999&amp;title=crash-in-v1920-when-resizing-property-editor</a></span></div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Fri, 19 Jun 2020 02:02:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77715&amp;title=not-hiding-unneeded-vscroll#77715</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : I just checked the XTP 19.2 &amp;#034;grid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77714&amp;title=not-hiding-unneeded-vscroll#77714</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 18 June 2020 at 7:29pm<br /><br />I just checked the XTP 19.2 "grid sample" application and it seems to hide the scrollbars as expected.<div><br></div><div>However, I see "glitched" drawing behavior around the control.</div><div><br></div><div>In the image below, notice the area in the upper right of the property grid window. I can reproduce this in the Visual Studio GUI sample application as well.</div><div><br></div><div>Note that I'm running at 200% scaling on a 4k monitor.</div><div><br></div><div><img src="uploads/669/2020-06-18_19-26-07-2.png" height="244" width="1221" border="0" /><br></div>]]>
   </description>
   <pubDate>Thu, 18 Jun 2020 19:29:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77714&amp;title=not-hiding-unneeded-vscroll#77714</guid>
  </item> 
  <item>
   <title><![CDATA[Not Hiding Unneeded VScroll : It seems that in v19.2.0 is does...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77712&amp;title=not-hiding-unneeded-vscroll#77712</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24000<br /><strong>Posted:</strong> 18 June 2020 at 3:47am<br /><br />It seems that in v19.2.0 is does not hide the vertical scrollbar when unneeded, like it did in v19.1.0.<div>Can this be fixed?<br><div><br></div><div>-cpede</div></div>]]>
   </description>
   <pubDate>Thu, 18 Jun 2020 03:47:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24000&amp;PID=77712&amp;title=not-hiding-unneeded-vscroll#77712</guid>
  </item> 
 </channel>
</rss>