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

  • Home
  • SEARCH
  • 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 9109087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T02:57:32+00:00 2026-06-17T02:57:32+00:00

I have a AutoCompleteBox bound to the datasource. DataSource contains two string properties. I

  • 0

I have a AutoCompleteBox bound to the datasource. DataSource contains two string
properties. I have defined ItemTemplate for AutoCompleteBox.

I want second property to come closed in brackets e.g. Property1 Data (Property2 Data)
I will have to define StringFormat during Binding.

I am totally unaware of format. Can anyone tell me the format.

Thanks.

  • 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-06-17T02:57:34+00:00Added an answer on June 17, 2026 at 2:57 am

    here is examples.

    A simple way to use StringFormat in the binding.

    Output: (0)

    <TextBlock Text="{Binding Videos.Count, StringFormat='({0})', FallbackValue='(0)'}" />
    

    Using <Run> tags you can also build complex values.

    Output: Distance: 200km

    <TextBlock>
        <Run Text="Distance: " />
        <Run Text="{Binding VideoDistance, StringFormat='\{0:G\}'}" />
    </TextBlock>
    

    If you use the second example, you must just add another <Run> tag for the next value.

    You can also use a horizontal StackPanel to show multiple values.

    Output: Start Distance: 200km

    <!--START DISTANCE MIN-->
    <StackPanel Orientation="Horizontal">
        <TextBlock Text="Start Distance:" />
        <TextBox Text="{Binding StartDistanceMinStr, Mode=OneWay}" IsReadOnly="True" />
    </StackPanel>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used AutoCompleteBox usercontrol. I have a dictionary of type Dictionary<int,string> which contains
I have the following AutoCompleteBox defined inside DataTemplate: <Window.Resources> <DataTemplate x:key=PaneTitleTemplate> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition
I Have One Issue With Silverlight Autocompletebox For Client Requirement I Want To Use
I have a problem with AutoCompleteBox. I wanted to use it as editable combobox.
I have a Silverlight Autocompletebox to show a list of staff members, and it
Have a photography site that I want to prevent image copying from. How can
So I have a simple setup, an autocompletebox with its Populating event that I
I'm fairly new to Silverlight. I have an AutoCompleteBox which is filled with Data
I have been trying to do this with the AutoCompleteBox tool in the WPF
i am working with the AutoCompleteBox from the WP7 Silverlight Toolkit. i have seen

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.