textbox, combobox in WPF listview.

Posted by RAJ K on Stack Overflow See other posts from Stack Overflow or by RAJ K
Published on 2010-05-21T13:01:28Z Indexed on 2010/05/21 15:30 UTC
Read the original article Hit count: 228

Filed under:
|

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......

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listview