tabbing

How to use tab stops in underlines sections in LaTeX?

How can I use tab stops and underline at the same time? I need to draw something like: X Y Z ----- A B C ----- P Q R ----- My first thought was tabbing and underline, but putting tab stops in an underline section seems to break the stops: \begin{tabbing} \underline{X \= Y Z} \\ \> \underline{A \= B C} \\ \> \> \underline{...

WPF FocusManager interferring with focus

Hi All, I have a grid, and in the grid I am setting my first element to be focused: <Grid FocusManager.FocusedElement="{Binding ElementName=companyNameField}"> When the window opens, the correct control is focused. But if I tab through the whole form, when the above focused field, should have the focus, there is no cursor evident an...