ComponentOne Xamarin.iOS Documentation
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / LayoutSubviews Method


In This Topic
    LayoutSubviews Method (C1DropDown)
    In This Topic
    Lays out subviews.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("layoutSubviews")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub LayoutSubviews() 
    'Usage
     
    
    Dim instance As C1DropDown
     
    instance.LayoutSubviews()
    [Foundation.Export("layoutSubviews")]
    [CompilerGenerated()]
    public override void LayoutSubviews()
    See Also