Achieving the same look as expression blend

Grids for WPF Forum

Posted 14 years ago by mark
Version: 10.1.0522
Avatar
Hi,

How would I achieve the same "look" as the property grid in MS Expression Blend (rounded category panels, expandable advanced properties, etc), is the actipro property grid completely customizable in this repect ?

thanks

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mark,

You can certainly style the PropertyGrid to look more like the Expression Blend PropertyGrid, but it would probably require you to customize the ControlTemplate. We don't currently have any examples of this, but have a TODO item marked down for it. You can take the default Styles/ControlTemplates and tweak them to your needs and then include those in your Application resources.

Alternatively, you could simply tweak the brushes used by the PropertyGrid so the colors are similar (but without the round corners, etc). You can view the brushes you can customize in the Theme Browser in our sample application (under the General tab). Just pick the theme and then PropertyGrid, and then you can copy the brush keys and redefine them in your application resources.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.