Click here to Skip to main content
15,905,913 members
Home / Discussions / WPF
   

WPF

 
QuestionPlease Help Pin
mabbas_865-Oct-08 6:58
mabbas_865-Oct-08 6:58 
AnswerRe: Please Help Pin
User 2710095-Oct-08 14:23
User 2710095-Oct-08 14:23 
GeneralRe: Please Help Pin
mabbas_865-Oct-08 19:55
mabbas_865-Oct-08 19:55 
GeneralRe: Please Help Pin
User 2710096-Oct-08 0:35
User 2710096-Oct-08 0:35 
QuestionHelp with a WPF Combobox Pin
Aaron Hickman2-Oct-08 14:11
Aaron Hickman2-Oct-08 14:11 
AnswerRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 15:52
User 2710092-Oct-08 15:52 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 17:06
Aaron Hickman2-Oct-08 17:06 
GeneralRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 17:11
User 2710092-Oct-08 17:11 
Here is a code snippet from one of my programs.


<ComboBox x:Name="cboBindingPath" SelectedValuePath="Name" VerticalAlignment="Top">
<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Path=Name}" />
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>

Cheers, Karl

&raquo; CodeProject 2008 MVP

My Blog | Mole's Home Page |
XAML Power Toys Home Page
Just a grain of sand on the worlds beaches.

-- modified 27-Feb-21 21:01pm.
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 17:58
Aaron Hickman2-Oct-08 17:58 
GeneralRe: Help with a WPF Combobox Pin
User 2710092-Oct-08 18:28
User 2710092-Oct-08 18:28 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 18:33
Aaron Hickman2-Oct-08 18:33 
GeneralRe: Help with a WPF Combobox Pin
User 2710095-Oct-08 14:17
User 2710095-Oct-08 14:17 
GeneralRe: Help with a WPF Combobox Pin
ColinM1237-Oct-08 13:15
ColinM1237-Oct-08 13:15 
GeneralRe: Help with a WPF Combobox Pin
User 27100911-Oct-08 14:28
User 27100911-Oct-08 14:28 
AnswerSolution: Re: Help with a WPF Combobox Pin
User 27100911-Oct-08 16:53
User 27100911-Oct-08 16:53 
GeneralRe: Solution: Re: Help with a WPF Combobox Pin
Aaron Hickman11-Oct-08 17:22
Aaron Hickman11-Oct-08 17:22 
GeneralRe: Solution: Re: Help with a WPF Combobox Pin
User 27100911-Oct-08 17:29
User 27100911-Oct-08 17:29 
QuestionAjax Tool Error Pin
gautamamit81-Oct-08 22:14
gautamamit81-Oct-08 22:14 
GeneralWrong forum Pin
Pete O'Hanlon1-Oct-08 23:13
mvePete O'Hanlon1-Oct-08 23:13 
AnswerRe: Ajax Tool Error Pin
Paul Conrad3-Oct-08 11:17
professionalPaul Conrad3-Oct-08 11:17 
QuestionWindowsFormsHost and keyboard focus Pin
Paul A. Howes1-Oct-08 4:15
Paul A. Howes1-Oct-08 4:15 
GeneralRe: WindowsFormsHost and keyboard focus Pin
Paul A. Howes1-Oct-08 4:32
Paul A. Howes1-Oct-08 4:32 
AnswerRe: WindowsFormsHost and keyboard focus Pin
Patrick Klug8-Oct-08 17:35
Patrick Klug8-Oct-08 17:35 
QuestionControl similar to new message control Pin
_iobuf30-Sep-08 7:03
_iobuf30-Sep-08 7:03 
AnswerRe: Control similar to new message control Pin
Paul Conrad6-Oct-08 18:52
professionalPaul Conrad6-Oct-08 18:52 

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.