This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
When I use the grid in my app, it works great until I use a scroll viewer, then cpu goes to 100%. < ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Hidden"> <my:PropertyGrid HorizontalAlignment="Stretch" VerticalAlignment="Top" Name="propertyGrid1" xmlns:my="clr-namespace:Mindscape.WpfPropertyGrid;assembly=Mindscape.WpfPropertyGrid" Background="Tomato" Foreground="Wheat" /> </ScrollViewer>Is this a bug? Thanks, Paul M |
|
|
Hi Paul, Thanks for letting us know about this. I have reproduced the problem and am looking into a fix. In the meantime one workaround is to set HorizontalScrollBarVisibility="Disabled" instead of "Hidden." |
|
|
Hi Paul, We now have a fix for this issue. The fix will be available in the next nightly build (http://www.mindscape.co.nz/Products/WpfPropertyGrid/nightlybuilds.aspx), 20080130. Please let me know if you still see problems. We're sorry you ran into this, and thanks again for taking the time to let us know about it. Ivan |
|