Xceed Toolkit Plus for WPF v4.6 Documentation
SetActiveView Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > MultiViewPanel Class : SetActiveView Method
The object whose active view will be set.
The View to set as the active view.
Sets the MultiViewPanel's active view.
Syntax
'Declaration
 
Public Shared Sub SetActiveView( _
   ByVal obj As DependencyObject, _
   ByVal value As View _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As View
 
MultiViewPanel.SetActiveView(obj, value)
public static void SetActiveView( 
   DependencyObject obj,
   View value
)

Parameters

obj
The object whose active view will be set.
value
The View to set as the active view.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiViewPanel Class
MultiViewPanel Members