ScrollBarVisibilityExposingListBox Class
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
Scroll |
Initializes a new instance of ScrolllBarVisibilityExposingListBox. |
Computed |
Gets the computed horizontal scrollbar visibility. |
Computed |
Gets the computed vertical scrollbar visibility. |
Computed |
Gets the computed horizontal scrollbar visibility. |
Computed |
Gets the computed vertical scrollbar visibility. |
On |
Handles the ApplyTemplate event. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |