Force property expansion

Grids for WPF Forum

Posted 12 years ago by Rick Edwards - UK
Version: 11.2.0553
Avatar

Hi all,

quick question, is there a way to force all properties to be expanded when opening the property grid (or changing the selected objects)?

Cheers

Rick

Comments (1)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Rick,

You can use an implicit Style to expand them, but if you have any circular references or infinite expansion then you would receive an exception (eventually):

<Style TargetType="{x:Type propgrid:PropertyGridDataAccessorItem}">
    <Setter Property="IsExpanded" Value="True"/>
</Style>


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.