Aracılığıyla paylaş


ScrollViewer.SetCanContentScroll(DependencyObject, Boolean) Yöntem

Tanım

Dependency özelliğinin CanContentScroll değerini belirli bir öğeye ayarlar.

public:
 static void SetCanContentScroll(System::Windows::DependencyObject ^ element, bool canContentScroll);
public static void SetCanContentScroll (System.Windows.DependencyObject element, bool canContentScroll);
static member SetCanContentScroll : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetCanContentScroll (element As DependencyObject, canContentScroll As Boolean)

Parametreler

element
DependencyObject

Özellik değerinin ayarlanacağı öğe.

canContentScroll
Boolean

Ayarlanacak özellik değeri.

Şunlara uygulanır