Hello,
I can not understand how the internal ListBox in a different color
<listbox x:name="vks" horizontalalignment="Center" verticalalignment="Center" selectionchanged="vks_SelectionChanged" selectionmode="Multiple" itemssource="{Binding}" isdoubletapenabled="False" isholdingenabled="False" isrighttapenabled="False" istapenabled="False" manipulationmode="All" foreground="Black" background="Black">
<listbox.itemtemplate>
<datatemplate>
<stackpanel horizontalalignment="Center" verticalalignment="Center" background="Black">
<textblock text="{Binding ShortText}" verticalalignment="Center" horizontalalignment="Center" foreground="{ThemeResource AppBarItemForegroundThemeBrush}">
<listbox itemssource="{Binding mImages}" horizontalalignment="Center" verticalalignment="Center" selectionchanged="vks_SelectionChanged" selectionmode="Multiple" requestedtheme="Dark" foreground="Black" background="Black" borderbrush="Black">
<listbox.itemtemplate>
<datatemplate>
<stackpanel horizontalalignment="Center" verticalalignment="Center" background="Black">
<textblock text="{Binding linkMaxImage}" verticalalignment="Center" horizontalalignment="Center">
<textblock text="{Binding linkMaxImage}" verticalalignment="Center" horizontalalignment="Center">
</textblock></textblock></stackpanel>
</datatemplate>
</listbox.itemtemplate>
</listbox>
</textblock></stackpanel>
</datatemplate>
</listbox.itemtemplate>
</listbox>
Also noticed when setting IsEnabled="False" outer frame appears , too, that you don't know how to repaint.
Please help , thanks in advance
Doing so
indicates an error "Type not supported in a Windows App project" and in a Style not found the Resources property
Tried immediately inside the ListBox
this error on Resourses and on the x:Static is not found
Before this, also tried this, with examples taken from the Internet.... - samant commented on September 19th 19 at 00:18
In it, I overwrote the container-style ListBox
- martina40 commented on September 19th 19 at 00:27