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
I am trying to add a tab inside my page. this is my code. I am getting this error. Please help me to fix this.
Error : System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
` material:TabView
<material:TabItem Title="Tab One"> <material:TabItem.ContentTemplate> <DataTemplate> <Label Text="First Tab" /> </DataTemplate> </material:TabItem.ContentTemplate> </material:TabItem> <material:TabItem Title="Tab Two"> <material:TabItem.ContentTemplate> <DataTemplate> <Label Text="Second Tab" /> </DataTemplate> </material:TabItem.ContentTemplate> </material:TabItem> <material:TabItem Title="Tab Three"> <material:TabItem.ContentTemplate> <DataTemplate> <Label Text="Third Tab" /> </DataTemplate> </material:TabItem.ContentTemplate> </material:TabItem> </material:TabView> </VerticalStackLayout>
The text was updated successfully, but these errors were encountered:
Hi, have you configured UseUraniumUI() and UseUraniumUIMaterial() in the MauiProgram.cs ?
UseUraniumUI()
UseUraniumUIMaterial()
BTW, do you add tabs dynamically at runtime? If yes can you share how do you add?
Sorry, something went wrong.
No branches or pull requests
I am trying to add a tab inside my page. this is my code. I am getting this error. Please help me to fix this.
Error : System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
`
material:TabView
The text was updated successfully, but these errors were encountered: