Any thoughts on why the following doesn't work?
xamTree.ActiveItem = (XamTreeItem)xamTree.Items[0];((XamTreeItem)xamTree.ActiveItem).IsSelected = true;
Neither the dashed border nor the blue highlight background appears.
Hello jgreene274,
I was looking into your question and I am not able to reproduce the behavior you are describing. Could you please modify the attached sample or send me new one, where your issue is reproducible.
Thanks in advance.
Hello Elena,
I can see that your example works, thanks.
Unfortunately, I don't have time right now to come up with a simple test case that illustrates my problem. By the way, similar code works for me in most cases. It's just in this one section of my program that I experienced the problem.
Thanks for your offer to help, bu I guess I'll have to put this on the back burner for a while.
Do you know whether anyone is addressing my other post on this forum under XamTree?
Thanks again,
Joe