<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Other Windows Forms controls</title><link>http://xceed.com/CS/forums/12/ShowForum.aspx</link><description>Discussions about all other Xceed Windows Forms UI controls</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Re: WinVerticalScrollBar Minimum property bug</title><link>http://xceed.com/CS/forums/thread/23444.aspx</link><pubDate>Thu, 20 Aug 2009 20:43:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:23444</guid><dc:creator>Mohamed [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/23444.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=12&amp;PostID=23444</wfw:commentRss><description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Courier New';FONT-SIZE:12pt;"&gt;Hi Bogdan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Courier New';FONT-SIZE:12pt;"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT:115%;FONT-FAMILY:'Courier New';FONT-SIZE:12pt;"&gt;This situation is a limitation by design of the Xceed Grid WinVerticalScrollBar Editor. There is, unfortunately, no workaround at the moment to address it. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>WinVerticalScrollBar Minimum property bug</title><link>http://xceed.com/CS/forums/thread/23419.aspx</link><pubDate>Thu, 20 Aug 2009 12:20:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:23419</guid><dc:creator>bogdip</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/23419.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=12&amp;PostID=23419</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I want to use the Exceed.Editors.WinVerticalScrollBar control but I encountered a problem. If I set the Minimum&amp;nbsp; property to a negative value (e.g -22) then, when I start dragging the thumb, the Value starts from 0, instead of -22. &lt;/p&gt;&lt;p&gt;&amp;nbsp;I've made a simple test, so if you want to reproduce it, just add the vertical scroll bar to a panel, and in the scroll event handler, just update a label's text with the scroll bar value. And then try to drag the thumb in run-time. Using the arrows or even large increment/decrement does not produce this bug.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I set the scroll bar like this:&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winVerticalScrollBar1.Minimum = -22;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winVerticalScrollBar1.Maximum = 159;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winVerticalScrollBar1.SmallChange = 1;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winVerticalScrollBar1.LargeChange = 20;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winVerticalScrollBar1.Value = winVerticalScrollBar1.Minimum;&lt;/p&gt;&lt;p&gt;In my application the minimum (vertical as well as horizontal) scroll values can be negative so I need this behavior not to occur because I also need the users to be able to correctly scroll by using the thumb. Is it a known bug? Or do I miss something? Is there a workaround for this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Bogdan &lt;br&gt;&lt;/p&gt;</description></item></channel></rss>