设置Expander
方向时会显示错误消息
System.InvalidOperationException:“标头未初始化”
<xct:Expander Direction="Left">
<xct:Expander.Header>
<Label Text="H" TextColor="Black"/>
</xct:Expander.Header>
<StackLayout Orientation="Horizontal" >
<Label Text="!" TextColor="Black" />
<Label Text="D" TextColor="Red" />
</StackLayout>
</xct:Expander>
如果没有方向属性,代码可以正常工作。