2010-05-30 5 views

Répondre

1

En bref, oui. À peu près tout est possible avec WPF. Que voulez-vous dire spécifiquement?

échantillon Xaml:

<ListBox Name="lbFoo" HorizontalAlignment="Left" VerticalAlignment="Top" Width="300" Height="300" Background="Orange"> 
    <Canvas Name="cnvFoo" Background="Green" Height="200" Width="200"> 
     <Label Name="lblFoo">This is a Label in a Canvas</Label> 
    </Canvas> 
</ListBox> 
Questions connexes