We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9f381 commit 0f686dcCopy full SHA for 0f686dc
Signal-Windows/Views/MainPage.xaml
@@ -38,6 +38,11 @@
38
</Button>
39
<AutoSuggestBox Grid.Row="1" Margin="16"/>
40
<ListView Grid.Row="2" Name="ContactsList" ItemsSource="{x:Bind Vm.Threads}" SelectionMode="Single" SelectionChanged="ContactsList_SelectionChanged">
41
+ <ListView.ItemsPanel>
42
+ <ItemsPanelTemplate>
43
+ <StackPanel></StackPanel>
44
+ </ItemsPanelTemplate>
45
+ </ListView.ItemsPanel>
46
<ListView.ItemContainerStyle>
47
<Style TargetType="ListViewItem">
48
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
0 commit comments