StackPanel class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:37

Description

StackPanel is used generally where a simple TextBlock is not enough.

Example

<xp:StackPanel 

 Orientation="Vertical" 

 HorizontalAlignment="Center" 

 Margin="0,1,0,1">

 <l:InfoPopup

                 InfoId="{Binding Path=[folderObject.id]}"

   DirectoryStyleName="{Binding ObjectType.Name}">

   <l:Image MaxHeight="90" MaxWidth="90" ImageId="{Binding Path=[img.thumbnail.id]}" />

  </l:InfoPopup>

</xp:StackPanel>