Answer the question
In order to leave comments, you need to log in
How to remove animation on click on listview haml?
installed framework( material design )
how to remove animation when clicking on listview
Don't judge the layout too harshly, I recently started to study xaml.
<ListView BorderBrush="{x:Null}" Margin="10 20 10 0">
<ListViewItem VerticalAlignment="Center" Width="950" Padding="0" Background="{x:Null}" BorderThickness="0" BorderBrush="{x:Null}" >
<StackPanel >
<Image Source="Assets/title.png" VerticalAlignment="Top" Height="150" HorizontalAlignment="Center" Stretch="None"/>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="25" Padding="10 5 0 0" TextAlignment="left" Width="750">
<Run Text="Система парковки для хранения авто"/>
</TextBlock>
<TextBlock FontSize="25" VerticalAlignment="Center" HorizontalAlignment="Right" Padding="0 5 10 0" TextAlignment="Right" Width="200">
<materialDesign:PackIcon Kind="Calendar" Margin="0 0 0 -3" Foreground="#ff313131" Style="{StaticResource Icons}"/>
<Run Text="17.04.2018"/>
</TextBlock>
</StackPanel>
<TextBlock TextAlignment="Justify" FontSize="15" TextWrapping="Wrap" Padding="10" >
<Run Text="Дорогие друзья, многие из Вас хотя бы раз за свою игру продавали свой дом, при этом у Вас была любимая машина и продавать ее не входило в ваши планы, но это приходилось делать...
А если у вас 6 автомобилей, при этом они все с Перфоманс тюнингом и Вы не хотите их продавать?
Согласитесь, было бы удобнее поставить их всех на платную стоянку, продать дом, приобрести новый и потом пригнать обратно в гараж?
Это мы и сделали для Вас!
Теперь Вы можете поставить свой транспорт на платную стоянку и спокойно отправиться продавать свой дом, а затем уже вернуться за своими авто.
Также, мы пошли на встречу дальнобойщикам, ранее им приходилось платить личные деньги за грузы, бывало такое что грузы пропадали, что их специально взрывали или же игроков выкидывало из игры, при этом было очень обидно терять свои денежные средства, больше таких проблем не возникнет, так как мы полностью поменяли систему и с завтрашнего дня дальнобойщики перестанут оплачивать грузы из собственного кармана, а будут получать деньги сразу же за перевезенный груз."/>
</TextBlock>
<TextBlock FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Right" Padding="0 5 10 0" TextAlignment="Right" >
<materialDesign:PackIcon Kind="Heart" Margin="0 0 0 -3" Foreground="IndianRed" Style="{StaticResource Icons}"/>
<Run Text="39466"/>
</TextBlock>
</StackPanel>
</ListViewItem>
</ListView>
Answer the question
In order to leave comments, you need to log in
and if you turn off isEnabled, then it will turn out like this.
Perhaps there is OnlyRead or something like that?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question