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
In the following situation
<Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition/> </Grid.RowDefinitions> <SelectorBar x:Name="SelectorBarControl" SelectionChanged="SelectorBarControl_SelectionChanged"> <SelectorBarItem x:Name="SelectorBarXamlItem" Loaded="SelectorBarItem_Loaded" Tag="Xaml" Text="XAML" /> <SelectorBarItem x:Name="SelectorBarCSharpItem" Loaded="SelectorBarItem_Loaded" Tag="CSharp" Text="C#" /> </SelectorBar> <controls:SampleCodePresenter x:Name="XamlPresenter" x:DefaultBindMode="OneWay" Visibility="Collapsed" Grid.Row="1" Code="{x:Bind Xaml}" CodeSourceFile="{x:Bind XamlSource}" Substitutions="{x:Bind Substitutions}" animations:Implicit.HideAnimations="{StaticResource HideTransitions}" animations:Implicit.ShowAnimations="{StaticResource ShowTransitions}"/> <controls:SampleCodePresenter x:Name="CSharpPresenter" x:DefaultBindMode="OneWay" Visibility="Collapsed" Grid.Row="1" Code="{x:Bind CSharp}" CodeSourceFile="{x:Bind CSharpSource}" Substitutions="{x:Bind Substitutions}" animations:Implicit.HideAnimations="{StaticResource HideTransitions}" animations:Implicit.ShowAnimations="{StaticResource ShowTransitions}"/> </Grid>
after using animations:Implicit...
animations:Implicit...
before using it
it seems that animation modify grid.row option.
dont change ui
No response
2022
No, I'm unable to contribute a solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the following situation
after using
animations:Implicit...
before using it
Steps to reproduce
Expected behavior
dont change ui
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
No, I'm unable to contribute a solution.
The text was updated successfully, but these errors were encountered: