Right to left Markup question... |
Post Reply |
Author | |
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
Posted: 23 September 2009 at 12:31pm |
hi all
how right to left this code : "<StackPanel Orientation='Horizontal'>" & _ "<Image VerticalAlignment='Center' Source='" & 1000 + I & "'/>" & _ "<TextBlock Padding = '2' VerticalAlignment='Center'>" & LanguageNames(I) & "</TextBlock></StackPanel>" Thanks |
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
Anybody there?
Please help me ... |
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
Try this:
<StackPanel Orientation='Horizontal' HorizontalAlignment='Right'> <TextBlock Padding = '2' VerticalAlignment='Center'>English</TextBlock> <Image VerticalAlignment='Center' Source='file://Markups/gb.png' /> </StackPanel> Basically add HorizontalAlignment='Right' to StackPanel and draw text before image. |
|
ExtremeSuitePro 12.1.1
WinXP SP3 |
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
very tnx ijwelch ijwelch
|
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |