Click here to Skip to main content
15,895,656 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Textboxes Pin
boiDev18-Jan-09 23:01
boiDev18-Jan-09 23:01 
AnswerRe: Textboxes Pin
Mohammad Dayyan19-Jan-09 19:29
Mohammad Dayyan19-Jan-09 19:29 
QuestionBinding two comboboxes in WPF Pin
boiDev14-Jan-09 22:08
boiDev14-Jan-09 22:08 
AnswerRe: Binding two comboboxes in WPF Pin
sdixit11014-Jan-09 23:14
sdixit11014-Jan-09 23:14 
GeneralRe: Binding two comboboxes in WPF Pin
boiDev14-Jan-09 23:22
boiDev14-Jan-09 23:22 
GeneralRe: Binding two comboboxes in WPF Pin
Moim Hossain16-Jan-09 10:31
Moim Hossain16-Jan-09 10:31 
GeneralRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon16-Jan-09 11:22
mvePete O'Hanlon16-Jan-09 11:22 
AnswerRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon14-Jan-09 23:25
mvePete O'Hanlon14-Jan-09 23:25 
This is the general logic:
<StackPanel Orientation="Horizontal" DataContext="{Binding Source={StaticResource mySource}}">
  <ComboBox ItemsSource="{Binding}" IsSynchronizedWithCurrentItem="True" />
  <ComboBox ItemsSource="{Binding}" IsSynchronizedWithCurrentItem="True" />
</StackPanel>
Obviously, you need to put your binding source into the context, and the paths you want to work with (plus any item templates you see fit), but this should get you started.

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

My blog | My articles | MoXAML PowerToys



QuestionGetting Error on Grid Tag Pin
mr_muskurahat14-Jan-09 19:14
mr_muskurahat14-Jan-09 19:14 
AnswerRe: Getting Error on Grid Tag Pin
Mark Salsbery16-Jan-09 7:22
Mark Salsbery16-Jan-09 7:22 
AnswerRe: Getting Error on Grid Tag Pin
Mohammad Dayyan19-Jan-09 17:50
Mohammad Dayyan19-Jan-09 17:50 
QuestionUsing application settings on a DataTemplate markup [modified] Pin
LeonardoHSM14-Jan-09 4:53
LeonardoHSM14-Jan-09 4:53 
AnswerRe: Using application settings on a DataTemplate markup Pin
ColinM12314-Jan-09 11:36
ColinM12314-Jan-09 11:36 
GeneralRe: Using application settings on a DataTemplate markup Pin
LeonardoHSM14-Jan-09 22:11
LeonardoHSM14-Jan-09 22:11 
QuestionWCF max data transfer Pin
Member 236391614-Jan-09 4:36
Member 236391614-Jan-09 4:36 
AnswerRe: WCF max data transfer Pin
Pete O'Hanlon14-Jan-09 5:18
mvePete O'Hanlon14-Jan-09 5:18 
QuestionResource not found Pin
RugbyLeague14-Jan-09 4:25
RugbyLeague14-Jan-09 4:25 
AnswerRe: Resource not found Pin
Mark Salsbery16-Jan-09 7:31
Mark Salsbery16-Jan-09 7:31 
GeneralRe: Resource not found Pin
geofft_gallagher16-Mar-09 16:33
geofft_gallagher16-Mar-09 16:33 
QuestionHow do I return a collection as a return type using PageFunction? Pin
gsdeepak14-Jan-09 2:46
gsdeepak14-Jan-09 2:46 
NewsMoXAML Version 2.3 released. Pin
Pete O'Hanlon13-Jan-09 22:35
mvePete O'Hanlon13-Jan-09 22:35 
GeneralRe: MoXAML Version 2.3 released. Pin
Mark Salsbery14-Jan-09 10:51
Mark Salsbery14-Jan-09 10:51 
QuestionFinding objects displayed through data template Pin
dimaj13-Jan-09 12:21
dimaj13-Jan-09 12:21 
AnswerRe: Finding objects displayed through data template Pin
meetsiva18-Sep-09 3:58
meetsiva18-Sep-09 3:58 
QuestionResource A = Resource B?? Pin
_iobuf13-Jan-09 11:06
_iobuf13-Jan-09 11:06 

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.