Click here to Skip to main content
15,891,473 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Listbox or Gridview Pin
Mark Salsbery5-Jul-11 12:35
Mark Salsbery5-Jul-11 12:35 
GeneralRe: Listbox or Gridview Pin
Mycroft Holmes5-Jul-11 14:11
professionalMycroft Holmes5-Jul-11 14:11 
GeneralRe: Listbox or Gridview Pin
Pete O'Hanlon5-Jul-11 22:57
mvePete O'Hanlon5-Jul-11 22:57 
GeneralRe: Listbox or Gridview Pin
Mycroft Holmes5-Jul-11 23:08
professionalMycroft Holmes5-Jul-11 23:08 
GeneralRe: Listbox or Gridview Pin
Pete O'Hanlon5-Jul-11 23:17
mvePete O'Hanlon5-Jul-11 23:17 
AnswerRe: Listbox or Gridview Pin
SledgeHammer015-Jul-11 9:26
SledgeHammer015-Jul-11 9:26 
QuestionHelp me I want to get the value of selectedValue in ListBox [modified] Pin
Honeyboy_204-Jul-11 13:30
Honeyboy_204-Jul-11 13:30 
AnswerRe: Help me I want to get the value of selectedValue in ListBox Pin
Mycroft Holmes4-Jul-11 14:32
professionalMycroft Holmes4-Jul-11 14:32 
Somewhere in that HUGE code dump there should be an itemssource={binding observablecollection} and a selecteditem={binding SelectedObject}. The selectedobject then has the information you are looking for, wherever possible use the data container to manipulate your information, NOT your display object.

I do wonder why you used a listbox instead of a gridview, so far I have not ever had to use a listbox.
Never underestimate the power of human stupidity
RAH

QuestionError 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar4-Jul-11 2:15
jadughar4-Jul-11 2:15 
AnswerRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Abhinav S4-Jul-11 3:21
Abhinav S4-Jul-11 3:21 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar4-Jul-11 3:30
jadughar4-Jul-11 3:30 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar4-Jul-11 3:34
jadughar4-Jul-11 3:34 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Mark Salsbery4-Jul-11 9:22
Mark Salsbery4-Jul-11 9:22 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar4-Jul-11 10:46
jadughar4-Jul-11 10:46 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Mark Salsbery4-Jul-11 10:53
Mark Salsbery4-Jul-11 10:53 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar4-Jul-11 20:48
jadughar4-Jul-11 20:48 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Mark Salsbery5-Jul-11 8:21
Mark Salsbery5-Jul-11 8:21 
GeneralRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
jadughar5-Jul-11 21:53
jadughar5-Jul-11 21:53 
QuestionRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Mark Salsbery5-Jul-11 22:04
Mark Salsbery5-Jul-11 22:04 
AnswerRe: Error 13 The type or namespace name 'TimePicker' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) Pin
Oludayo Alli19-Aug-11 6:04
Oludayo Alli19-Aug-11 6:04 
QuestionMultiple calls to same wcf service method from Silverlight application Pin
Pankaj Chamria3-Jul-11 23:01
Pankaj Chamria3-Jul-11 23:01 
AnswerRe: Multiple calls to same wcf service method from Silverlight application Pin
Abhinav S4-Jul-11 3:22
Abhinav S4-Jul-11 3:22 
AnswerRe: Multiple calls to same wcf service method from Silverlight application Pin
Mark Salsbery4-Jul-11 8:54
Mark Salsbery4-Jul-11 8:54 
AnswerRe: Multiple calls to same wcf service method from Silverlight application Pin
BobJanova5-Jul-11 0:59
BobJanova5-Jul-11 0:59 
QuestionProblem with DataGrid Rows in WPF Pin
Member 29729921-Jul-11 3:24
Member 29729921-Jul-11 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.