ComponentOne Input Library for WPF
C1.WPF.Input Namespace / AutoSizeContentPresenter Class
Members

In This Topic
    AutoSizeContentPresenter Class
    In This Topic
    System.Windows.Controls.ContentPresenter whose size can be determined by the size of its content and keep it if the content size is reduced.
    Object Model
    AutoSizeContentPresenter Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AutoSizeContentPresenter 
       Inherits System.Windows.Controls.ContentPresenter
    [C1Control()]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AutoSizeContentPresenter : System.Windows.Controls.ContentPresenter 
    Remarks
    This control is useful for popup's whose content is a virtualizing control as the size can be changed as the user scrolls.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.ContentPresenter
                         C1.WPF.Input.AutoSizeContentPresenter

    See Also