Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. bind to textblock in listbox selected item in wpf

bind to textblock in listbox selected item in wpf

Scheduled Pinned Locked Moved WPF
wpfcsharpwcfhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sumit7034
    wrote on last edited by
    #1

    Hi I have bind a listbox using <ListBox x:Name="listOrders" ItemsSource="{Binding AllOrders, Mode=OneWay}"> now I have various textbolck inside listbox now i want to bind a textblock outsite the listbox so that it points to listbox selected item text block like this <TextBlock Text="{Binding ElementName = listOrders,Path=SelectedItem.????}" Foreground="White" VerticalAlignment="Center"/> so what i put on SelectedItem.???? please help

    I 1 Reply Last reply
    0
    • S sumit7034

      Hi I have bind a listbox using <ListBox x:Name="listOrders" ItemsSource="{Binding AllOrders, Mode=OneWay}"> now I have various textbolck inside listbox now i want to bind a textblock outsite the listbox so that it points to listbox selected item text block like this <TextBlock Text="{Binding ElementName = listOrders,Path=SelectedItem.????}" Foreground="White" VerticalAlignment="Center"/> so what i put on SelectedItem.???? please help

      I Offline
      I Offline
      Ian Shlasko
      wrote on last edited by
      #2

      Well, "SelectedItem" will give you the order that's selected... So what property of that order do you want to display?

      Proud to have finally moved to the A-Ark. Which one are you in?
      Author of the Guardians Saga (Sci-Fi/Fantasy novels)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups