Problème avec un StackPanel

Résolu
online972 Messages postés 15 Date d'inscription lundi 12 mai 2008 Statut Membre Dernière intervention 24 juin 2011 - 23 juin 2011 à 21:56
online972 Messages postés 15 Date d'inscription lundi 12 mai 2008 Statut Membre Dernière intervention 24 juin 2011 - 24 juin 2011 à 00:02
Bonjour,
Je suis à bout de nerf ...

Quelqu'un peut m'expliquer pourquoi le StackPanel que j'ai nommé pour le coup: PanelBienRelou, ne remplit pas tout l'espace disponible offert par son contrôle Parent ?

<Grid x:Name="LayoutRoot" Height="192" Background="White">

<StackPanel x:Name="stckGeneral_uCArticlesList" Orientation="Vertical" >
<StackPanel x:Name="stckArticle_uCArticlesList" Orientation="Horizontal" Margin="2">

<StackPanel x:Name="ctrlParent" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Orientation="Vertical" Margin="2" >
<StackPanel x:Name="PanelbienRelou" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" >
<Label x:Name="lblarticleTicle_uCArticlesList" FontSize="14" FontStyle="Italic" Content="[ArticleName]"/>
<RichTextBox x:Name="rtxtArticleDesc_uCArticlesList" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</StackPanel>
</StackPanel>
</StackPanel>
<Grid x:Name="grdCommentNumber_uCArticlesList">
<Label x:Name="lblCommentsNumber_uCArticlesList" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,4,8,4" FontSize="11" FontStyle="Italic" Content="[CommentNumber]" Foreground="DarkRed"></Label>
</Grid>
</StackPanel>

</Grid>



Online

1 réponse

online972 Messages postés 15 Date d'inscription lundi 12 mai 2008 Statut Membre Dernière intervention 24 juin 2011
24 juin 2011 à 00:02
Problème résolu....

Merci bien


Online
3
Rejoignez-nous