We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.2.2
at 11.1.4
at 11.2.2
The text was updated successfully, but these errors were encountered:
but in TabControl is work
<DataTemplate DataType="dialogmodel:CreateInstanceOtherModel"> <DockPanel> <StackPanel HorizontalAlignment="Center" DockPanel.Dock="Bottom" Orientation="Horizontal"> <Button Width="100" Height="35" Classes="top" Command="{Binding Done}" Content="{lang:Localize Button.Confirm}" /> <Button Width="100" Height="35" Margin="20,0,0,0" Classes="top" Command="{Binding Cancel}" Content="{lang:Localize Button.Cancel}" IsVisible="{Binding HaveCancel}" /> </StackPanel> <!-- is no work --> <dialogview:InstanceSettingControl DataContext="{Binding}" /> <TabControl Margin="0,0,0,10"> <TabItem> <TabItem.Header> <TextBlock FontSize="16" Text="{lang:Localize MainWindow.Text42}" /> </TabItem.Header> <!-- is work --> <dialogview:InstanceSettingControl DataContext="{Binding}" /> </TabItem> <TabItem> <TabItem.Header> <TextBlock FontSize="16" Text="{lang:Localize MainWindow.Text23}" /> </TabItem.Header> <Decorator Child="{Binding Control}" /> </TabItem> </TabControl> </DockPanel> </DataTemplate>
Sorry, something went wrong.
Sounds like an avalonia bug...
Btw, why you are setting DataContext to the current DataContext (DataContext="{Binding}")?
DataContext="{Binding}"
No branches or pull requests
at 11.1.4
at 11.2.2
The text was updated successfully, but these errors were encountered: