babsevensix

Il blog di Alberto
posts - 94, comments - 81, trackbacks - 11

Silverlight e Listbox : Stretch

Non so se avete mai provato, ma creando una listbox e successivamente avete provato a customizzare l’item template, avrete certamente notato che l’item non effettua lo stretch a riempimento rispetto alla listbox.

Il trucco? Customizzare anche lo style:

<ListBox.ItemContainerStyle>
  <Style TargetType="ListBoxItem">
    <Setter Property="HorizontalContentAlignment" Value="Stretch"></Setter>
  </Style>
</ListBox.ItemContainerStyle>

Print | posted on giovedì 20 maggio 2010 15:26 | Filed Under [ WPF e Silverlight ]

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET