Print Page | Close Window

Right to left Markup question...

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=15233
Printed Date: 27 April 2024 at 7:11am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Right to left Markup question...
Posted By: mozaheb
Subject: Right to left Markup question...
Date 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



Replies:
Posted By: mozaheb
Date Posted: 26 September 2009 at 9:07am
Anybody there?

Please help me ...

-------------
________________________________
http://www.amootco.com
Amoot Data Processing


Posted By: ijwelch
Date Posted: 26 September 2009 at 11:12pm
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


Posted By: mozaheb
Date Posted: 27 September 2009 at 2:23am
very tnx ijwelch ijwelch

-------------
________________________________
http://www.amootco.com
Amoot Data Processing



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net