ScrollBarVisibilityExposingListBox Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class's only reason for existence is to expose the ComputedXxxScrollBarVisibility properties from the contained ScrollViewer, which is anonymous in the default ListBox style.
public ref class ScrollBarVisibilityExposingListBox : System::Windows::Controls::ListBox
[System.Windows.TemplatePart(Name="PART_ScrollViewer", Type=typeof(System.Windows.Controls.ScrollViewer))]
public class ScrollBarVisibilityExposingListBox : System.Windows.Controls.ListBox
[<System.Windows.TemplatePart(Name="PART_ScrollViewer", Type=typeof(System.Windows.Controls.ScrollViewer))>]
type ScrollBarVisibilityExposingListBox = class
inherit ListBox
Public Class ScrollBarVisibilityExposingListBox
Inherits ListBox
- Inheritance
-
ScrollBarVisibilityExposingListBox
- Attributes
Constructors
ScrollBarVisibilityExposingListBox() |
Initializes a new instance of ScrolllBarVisibilityExposingListBox. |
Fields
ComputedHorizontalScrollBarVisibilityProperty |
Gets the computed horizontal scrollbar visibility. |
ComputedVerticalScrollBarVisibilityProperty |
Gets the computed vertical scrollbar visibility. |
Properties
ComputedHorizontalScrollBarVisibility |
Gets the computed horizontal scrollbar visibility. |
ComputedVerticalScrollBarVisibility |
Gets the computed vertical scrollbar visibility. |
Methods
OnApplyTemplate() |
Handles the ApplyTemplate event. |