ScrollableStackPanel Constructor(Style)
In This Topic
Initializes a new instance of a
ScrollableStackPanel.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ScrollableStackPanel(
Style
)
Parameters
- style
- Style initially assigned to the new ScrollableStackPanel.
See Also