property grid resize cursor

Grids for WPF Forum

Posted 12 years ago by Mary Fontana - Rudolph Technologies
Version: 12.2.0570
Avatar
 <propgrid:PropertyGrid x:Name="propGrid" 
                    ScrollViewer.HorizontalScrollBarVisibility="Auto"
                    ScrollViewer.VerticalScrollBarVisibility="Visible"
...
  />

 

When I add ScrollViewer, as above,  I can't resize the column widths in property grid.   The resize cursor does not appear.

Is there some additional property setting I need?

 

Mary

Comments (1)

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

Hi Mary,

Hmm, I'm not really sure what would cause that.  We just use these options by default:

<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.