Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3431452
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:19:39+00:00 2026-05-18T07:19:39+00:00

I want to have a multiline text nicely formatted and displayed in silverlight 4.0.

  • 0

I want to have a multiline text nicely formatted and displayed in silverlight 4.0.
I think, it would be nice to use TextBox for that purpose (possibility of adjusting the background color and so forth).

My text would like like the following:

First row            aaaaaaa   
Second row           bbbbbbbb  
Third row            53456.00
Fourth row           66

Basically, what is the best approach to get nicely formatted text – I want to “first… row” to be aligned left, wheres “aaaa ….” aligned right for each row.

Thanks for the clues and hints!

Cheers

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T07:19:40+00:00Added an answer on May 18, 2026 at 7:19 am

    Looks to me like you are after an items control, here is a starter:-

         <ItemsControl ItemsSource="{Binding YourData}">
            <ItemsControl.ItemTemplate>
                <DataTemplate>
                    <Grid>
                        <Grid.ColumnDefinitions>
                            <ColumnDefinition Width="*" />
                            <ColumnDefinition Width="*" />
                        </Grid.ColumnDefinitions>
                        <TextBlock Text="{Binding RowText}" />
                        <TextBlock Text="{Binding RowValue}" Grid.Column="1"/>
                    </Grid>
                </DataTemplate>
            </ItemsControl.ItemTemplate>
        </ItemsControl>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In silverlight, I got a textbox which I want to be multiline and have
I have a Multiline Textbox . I donot want to let user type HTML
I have a Java SWT GUI with a multiline Text control. I want to
I'm unable to find that function. Basically I have a multiline text box and
I want a multiline text area using VB.net. I have used a text area
I have long text that I want to put in a few, but not
I have a multiline text string (e.g. Stuff\nMore Stuff\nYet More Stuff), and I want
How do we alter the text in a multiline textbox in Silverlight programmatically. I
I have a MultiLine asp:Textbox (a standard html textarea for those non-asp people) that
I have a DevExpress GridControl and i want each cell to be multiline. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.