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

WPF

 
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 
GeneralRe: Help with a WPF Combobox Pin
Aaron Hickman2-Oct-08 17:58
Aaron Hickman2-Oct-08 17:58 
hmm. I must have something wrong. My code is below. When I select the item that is longer than the width of the combobox it does not show the ellipsis characters. Any thing that you can see that I am doing wrong?


<ComboBox Grid.Column="1" Grid.Row="1" IsEditable="False" Width="200" x:Name="Category">
<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding ElementName=Category, Path=SelectedItem}" TextTrimming="CharacterEllipsis"/>
</DataTemplate>
</ComboBox.ItemTemplate>
<ComboBoxItem>Electronics, Game Systems, Cameras &amp; Photo</ComboBoxItem>
<ComboBoxItem>Computers and Networking</ComboBoxItem>
<ComboBoxItem>Clothing, Shoes, and Accessories</ComboBoxItem>
<ComboBoxItem>Books, Music, Movies, DVDs, and Video Games</ComboBoxItem>
<ComboBoxItem IsSelected="True">All Other Categories</ComboBoxItem>
</ComboBox>
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 
QuestionWPF Data binding Pin
koleraba27-Sep-08 8:21
koleraba27-Sep-08 8:21 

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.