Click here to Skip to main content
15,910,009 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to find a particular entity in the listview and color it Pin
chandra vempati16-Jul-08 4:37
chandra vempati16-Jul-08 4:37 
AnswerRe: How to find a particular entity in the listview and color it Pin
MIHAI_MTZ16-Jul-08 21:38
MIHAI_MTZ16-Jul-08 21:38 
AnswerRe: How to find a particular entity in the listview and color it Pin
Yajnesh Narayan Behera20-Jul-08 23:27
Yajnesh Narayan Behera20-Jul-08 23:27 
QuestionWhen the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 2:39
Ryzhiy16-Jul-08 2:39 
AnswerRe: When the control's content is displayed? :confused: Pin
Mark Salsbery16-Jul-08 7:27
Mark Salsbery16-Jul-08 7:27 
GeneralRe: When the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 23:34
Ryzhiy16-Jul-08 23:34 
QuestionAdd Singleton UserControl in WPF Pin
ezazazel15-Jul-08 23:51
ezazazel15-Jul-08 23:51 
AnswerRe: Add Singleton UserControl in WPF Pin
MIHAI_MTZ16-Jul-08 21:05
MIHAI_MTZ16-Jul-08 21:05 
I'm quite sure that is impossible.

Anyway, a singleton control sounds like a very bad idea. First of all why would you need such a thing? Seccondly, how would you expect it to work when you add a seccond "instance" of the control? I'm asking this because a control can only have one parent, so it can't be in to places at once.

On the other side, if you want to make sure that the control is only used once, you could keep track of the number of instances created in a static variable, and throw an error when another instance has already been created.

Mihai,
QuestionHow to bind Ilist to Listview of WPF Pin
Aslesh15-Jul-08 6:10
Aslesh15-Jul-08 6:10 
AnswerRe: How to bind Ilist to Listview of WPF Pin
Mark Salsbery15-Jul-08 6:31
Mark Salsbery15-Jul-08 6:31 
QuestionRouting ComboBox SelectionChanged Pin
Jammer14-Jul-08 11:46
Jammer14-Jul-08 11:46 
AnswerRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 2:57
Jammer15-Jul-08 2:57 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:23
mvePete O'Hanlon15-Jul-08 9:23 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:31
Jammer15-Jul-08 9:31 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:41
mvePete O'Hanlon15-Jul-08 9:41 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:43
Jammer15-Jul-08 9:43 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:49
mvePete O'Hanlon15-Jul-08 9:49 
JokeRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:50
Jammer15-Jul-08 9:50 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:53
mvePete O'Hanlon15-Jul-08 9:53 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 10:00
Jammer15-Jul-08 10:00 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 10:06
mvePete O'Hanlon15-Jul-08 10:06 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 10:12
Jammer15-Jul-08 10:12 
QuestionHow to bind Listview to Ilist Pin
chandra vempati14-Jul-08 5:43
chandra vempati14-Jul-08 5:43 
AnswerRe: How to bind Listview to Ilist Pin
Mark Salsbery14-Jul-08 9:39
Mark Salsbery14-Jul-08 9:39 
AnswerRe: How to bind Listview to Ilist Pin
amistry_petlad14-Jul-08 9:41
amistry_petlad14-Jul-08 9:41 

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.