Back to Devexpress

PropertyGridControl.ScrollIntoView(String) Method

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-dot-scrollintoview-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

PropertyGridControl.ScrollIntoView(String) Method

Makes the specified property visible onscreen.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public void ScrollIntoView(
    string path
)
vb
Public Sub ScrollIntoView(
    path As String
)

Parameters

NameTypeDescription
pathString

A String that is a path to the required property.

|

Remarks

Note

The ScrollIntoView method does not move focus to the specified property.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace