ux: show tooltip at right of hovered item in repository's left side bar (#1317)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-16 10:47:38 +08:00
parent e4490d87dc
commit d299469613
No known key found for this signature in database
3 changed files with 23 additions and 6 deletions

View file

@ -84,7 +84,12 @@
<ListBox.ItemTemplate>
<DataTemplate DataType="vm:SubmoduleTreeNode">
<Border Height="24" Background="Transparent" DoubleTapped="OnDoubleTappedNode" ContextRequested="OnRowContextRequested" ToolTip.Tip="{Binding Module}">
<Border Height="24"
Background="Transparent"
DoubleTapped="OnDoubleTappedNode"
ContextRequested="OnRowContextRequested"
ToolTip.Tip="{Binding Module}"
ToolTip.Placement="Right">
<Grid ColumnDefinitions="16,Auto,*,Auto,Auto"
Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
VerticalAlignment="Center">