Click here to Skip to main content
15,899,679 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12324-Jun-09 22:58
bonkers12324-Jun-09 22:58 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12325-Jun-09 1:40
bonkers12325-Jun-09 1:40 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
Member 342384716-Nov-09 9:29
Member 342384716-Nov-09 9:29 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12323-Nov-09 0:20
bonkers12323-Nov-09 0:20 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
Jimmy Carter23-Dec-09 9:57
Jimmy Carter23-Dec-09 9:57 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
bonkers12312-Jan-10 2:07
bonkers12312-Jan-10 2:07 
GeneralRe: WPF Toolkit DatePicker/Calender issue Pin
tronix0127-Jan-11 22:54
tronix0127-Jan-11 22:54 
QuestionWPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 20:22
S Rajput24-Jun-09 20:22 
Hi.. Inside my code the combobox is not responding to key press events.. like if user presses M, combobox should select Marrylands in the dropdownlist like the ASP .net combobox does. Can anyone please help???



<ComboBox HorizontalAlignment="Right" Height="23" Name="cmbPortsFrom" KeyDown="cmbPortsFrom_KeyDown" Width="105" SelectedIndex="0" Grid.Row="2" Grid.Column="0" >

<ComboBox.ItemsPanel>
<ItemsPanelTemplate>
<VirtualizingStackPanel />
</ItemsPanelTemplate>
</ComboBox.ItemsPanel>
<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Path=Code}" FontSize="15" Height="20"/>
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>


codebehind:

Dim lDataSource2 As ICollection(Of BusinessLayer.Ports)
lDataSource2 = mBalObjPorts.getPortData()
Me.cmbPortsFrom.ItemsSource = lDataSource2
AnswerRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 20:25
ABitSmart24-Jun-09 20:25 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 20:29
S Rajput24-Jun-09 20:29 
GeneralRe: WPF Combobox not navigating to items on key press Pin
Christian Graus24-Jun-09 21:08
protectorChristian Graus24-Jun-09 21:08 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 21:22
S Rajput24-Jun-09 21:22 
GeneralRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 21:37
ABitSmart24-Jun-09 21:37 
GeneralRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 21:34
ABitSmart24-Jun-09 21:34 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput28-Jun-09 18:45
S Rajput28-Jun-09 18:45 
QuestionData binding from a List to a Grid Pin
fjparisIII24-Jun-09 15:39
fjparisIII24-Jun-09 15:39 
AnswerRe: Data binding from a List to a Grid Pin
Christian Graus24-Jun-09 16:24
protectorChristian Graus24-Jun-09 16:24 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 3:34
fjparisIII25-Jun-09 3:34 
AnswerRe: Data binding from a List to a Grid Pin
ABitSmart24-Jun-09 17:09
ABitSmart24-Jun-09 17:09 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 3:50
fjparisIII25-Jun-09 3:50 
GeneralRe: Data binding from a List to a Grid Pin
ABitSmart25-Jun-09 5:48
ABitSmart25-Jun-09 5:48 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 8:22
fjparisIII25-Jun-09 8:22 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 5:41
fjparisIII25-Jun-09 5:41 
GeneralRe: Data binding from a List to a Grid Pin
ABitSmart25-Jun-09 5:45
ABitSmart25-Jun-09 5:45 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 8:26
fjparisIII25-Jun-09 8:26 

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.