chores: add item in faq; hide horizontal scroll bar

This commit is contained in:
Zhe Fang
2025-10-25 09:14:47 -04:00
parent 81f2c4e34a
commit feb4f47db9
4 changed files with 7 additions and 3 deletions

View File

@@ -317,7 +317,7 @@
<TextBlock x:Uid="LyricsWindowSettingsControlCurrentLyricsWindowConfig" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" /> <TextBlock x:Uid="LyricsWindowSettingsControlCurrentLyricsWindowConfig" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" />
<ListView <ListView
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.HorizontalScrollBarVisibility="Hidden"
ScrollViewer.HorizontalScrollMode="Enabled" ScrollViewer.HorizontalScrollMode="Enabled"
ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollMode="Disabled" ScrollViewer.VerticalScrollMode="Disabled"

View File

@@ -132,7 +132,7 @@
CanReorderItems="True" CanReorderItems="True"
DragItemsCompleted="MediaSourceProvidersListView_DragItemsCompleted" DragItemsCompleted="MediaSourceProvidersListView_DragItemsCompleted"
ItemsSource="{x:Bind ViewModel.AppSettings.MediaSourceProvidersInfo, Mode=OneWay}" ItemsSource="{x:Bind ViewModel.AppSettings.MediaSourceProvidersInfo, Mode=OneWay}"
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.HorizontalScrollBarVisibility="Hidden"
ScrollViewer.HorizontalScrollMode="Enabled" ScrollViewer.HorizontalScrollMode="Enabled"
ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollMode="Disabled" ScrollViewer.VerticalScrollMode="Disabled"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

View File

@@ -14,12 +14,16 @@ Settings -> Lyrics window manager -> Create from templates -> Fullscreen mode
![](PixPin_2025-10-24_18-06-32.gif) ![](PixPin_2025-10-24_18-06-32.gif)
### How to switch modes ### How to switch modes?
You can switch modes by pressing default shortcuts `Ctrl + Alt + S` and then choosing one of the modes displayed on your screen. (Press `Escape` to close the choosing window) You can switch modes by pressing default shortcuts `Ctrl + Alt + S` and then choosing one of the modes displayed on your screen. (Press `Escape` to close the choosing window)
![](PixPin_2025-10-24_18-07-45.gif) ![](PixPin_2025-10-24_18-07-45.gif)
### How to move and resize the window? I cannot touch the window.
![](PixPin_2025-10-25_09-08-47.gif)
### How to install ".msixbundle" package? (for test package only) ### How to install ".msixbundle" package? (for test package only)
[See this doc](https://github.com/jayfunc/BetterLyrics/blob/dev/How2Install/How2Install.md) [See this doc](https://github.com/jayfunc/BetterLyrics/blob/dev/How2Install/How2Install.md)