I need to disable the focus in combo-box item container. In data template have textbox control. After selecting the combo-box item container open and tab key press, the cursor should flow to the text box control and second tab key press next text-box.
Actually now, first it's going to the container and second tab key it's going to text box for each combo-box items, so its takes two tab press key to reaching the textbox control in combo box item.
I need to disable the focus on combo box item container, so it reduces one tab key press.
Thanks In advance.