Click here to Skip to main content
15,890,282 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: ListView SelectedValue Binding issue Pin
Pete O'Hanlon23-Jul-09 2:54
mvePete O'Hanlon23-Jul-09 2:54 
QuestionVirtualisation in ComboBox Pin
SriBalupalakkattu22-Jul-09 20:55
SriBalupalakkattu22-Jul-09 20:55 
AnswerRe: Virtualisation in ComboBox Pin
Michael Sync23-Jul-09 6:09
Michael Sync23-Jul-09 6:09 
GeneralRe: Virtualisation in ComboBox Pin
Jeremy Likness26-Jul-09 3:03
professionalJeremy Likness26-Jul-09 3:03 
QuestionRSS using Silver light Pin
Nekkantidivya22-Jul-09 19:03
Nekkantidivya22-Jul-09 19:03 
AnswerRe: RSS using Silver light Pin
Michael Sync23-Jul-09 6:11
Michael Sync23-Jul-09 6:11 
QuestionMessage Removed Pin
22-Jul-09 4:06
professionalN_tro_P22-Jul-09 4:06 
AnswerRe: Binding Questioon Pin
Pete O'Hanlon22-Jul-09 4:34
mvePete O'Hanlon22-Jul-09 4:34 
Basically, this binds the data context of the ItemsSource to the data context of the ItemsControl (which works it's way up the visual tree until it finds a data context). This means that the datacontext you are looking for is assigned here:
c.DataContext = (null == c.DataContext) ? _letterDatas : null;


"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



Questionhow to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:04
Krishna Aditya22-Jul-09 4:04 
AnswerRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
#realJSOP22-Jul-09 4:24
mve#realJSOP22-Jul-09 4:24 
GeneralRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:29
Krishna Aditya22-Jul-09 4:29 
AnswerRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:24
Krishna Aditya22-Jul-09 4:24 
QuestionActive Directory in Silverlight Pin
GomathiR22-Jul-09 1:55
GomathiR22-Jul-09 1:55 
AnswerRe: Active Directory in Silverlight Pin
Mark Salsbery22-Jul-09 6:31
Mark Salsbery22-Jul-09 6:31 
AnswerRe: Active Directory in Silverlight Pin
Michael Sync23-Jul-09 6:15
Michael Sync23-Jul-09 6:15 
AnswerRe: Active Directory in Silverlight Pin
Jeremy Likness26-Jul-09 3:04
professionalJeremy Likness26-Jul-09 3:04 
GeneralActive Directory in Silverlight Pin
Vadluri Sreenu6-Sep-10 18:51
Vadluri Sreenu6-Sep-10 18:51 
AnswerRe: Active Directory in Silverlight Pin
Member 46389115-Dec-10 21:43
Member 46389115-Dec-10 21:43 
QuestionHow to measure cold startup time Pin
krishnan.s22-Jul-09 1:02
krishnan.s22-Jul-09 1:02 
AnswerRe: How to measure cold startup time Pin
Pete O'Hanlon22-Jul-09 1:15
mvePete O'Hanlon22-Jul-09 1:15 
GeneralRe: How to measure cold startup time Pin
krishnan.s22-Jul-09 1:24
krishnan.s22-Jul-09 1:24 
GeneralRe: How to measure cold startup time Pin
Pete O'Hanlon22-Jul-09 1:40
mvePete O'Hanlon22-Jul-09 1:40 
AnswerRe: How to measure cold startup time Pin
#realJSOP22-Jul-09 2:42
mve#realJSOP22-Jul-09 2:42 
QuestionCreating a list... Php and Silverlight just point me in the right direction please? Pin
Joe881021-Jul-09 11:26
Joe881021-Jul-09 11:26 
AnswerRe: Creating a list... Php and Silverlight just point me in the right direction please? Pin
Michael Sync23-Jul-09 6:18
Michael Sync23-Jul-09 6:18 

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.