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
|
Hi, In my application's property grid, properties are grouped by category. When the category is expanded, it looks like there is a blur effect for property editors under this category. Is there a way to disable this effect? Thanks |
|
|
Hello yxian The only effect that the PropertyGrid styles use to expand/collapse the categories is animating the Y scale of the layout transform. The blurring effect is caused by bad text rendering in .NET 3.5. I think some people consider this to be "by design" though. The only way to avoid this effect would be to make your own custom property grid style. Then you could either remove the animating effect entirely, or animate it differently. If you go to the Windows Start Menu -> Mindscape -> WPF Elements -> WPF Elements Directory and then open the Themes folder, all the files that end with PropertyGrid.xaml have entire property grid styles that you can copy and use to make your own style if you want. Jason Fauchelle |
|