Unplanned
Last Updated: 24 Feb 2023 10:24 by Brandon
Brandon
Created on: 24 Feb 2023 10:24
Category: TabView
Type: Bug Report
0
TabView: Content does not layout as expected when item is added dynamically and TabView is inside Stack

when TabView is inside Stack and item is added dynamically to the RadTabView, the content of this first item does not layout as expected. 

<StackLayout>
    <Button Text="Add" Clicked="OnAddClicked" />
    <Button Text="Remove" Clicked="OnRemoveClicked" Margin="0,5,0,5" />
    <Button Text="Clear" Clicked="OnClearClicked" />
        
        
    <telerikPrimitives:RadTabView BackgroundColor="Red" x:Name="tabView" AutomationId="tabView"/>
</StackLayout>

 

 

 

 

0 comments