Share via


ScrollView.Content Property

Definition

Gets or sets the content that can be scrolled, panned, or zoomed.

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = scrollView.content;
scrollView.content = uIElement;
Public Property Content As UIElement

Property Value

The content that can be scrolled, panned, or zoomed.

Applies to