textbox, combobox in WPF listview.
- by RAJ K
hello everyone, I am porting an application from foxpro to C#.Net. This is a wine shop billing software. Its billing interface screenshot link is here http://picasaweb.google.com/raj.kishor09/RAJK?feat=directlink
But my client wants similar interface on WPF too. I think listview can help me in this regard but don't know how to implement. i figured out that each row of listview should have 2 textbox, 1 combobox and few textblock or label.
Not only this but cursor should jump from one control to other control using "Enter/Return" key instead of "Tab" key.
Please help me with some code lines.
Please guys help me......