mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-29 10:25:50 +08:00
add tool tip for js page
This commit is contained in:
@@ -131,6 +131,13 @@
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
</Style>
|
||||
</ListView.Style>
|
||||
<ListView.ItemContainerStyle>
|
||||
<Style BasedOn="{StaticResource ListViewItemStyle}" TargetType="ui:ListViewItem">
|
||||
<Setter Property="ToolTip" Value="{Binding Manifest.Description}" />
|
||||
<Setter Property="ToolTipService.InitialShowDelay" Value="0" />
|
||||
<Setter Property="ToolTipService.ShowDuration" Value="60000" />
|
||||
</Style>
|
||||
</ListView.ItemContainerStyle>
|
||||
</ui:ListView>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user