I want to allow navigation of the treeview using the Up & Down keys on the keyboard. So I followed the
instructions shown here, specifically setting TabIndex="1" and AccessKey="T". But unlike the demo on your website, it didn't change anything.
What more do I need to do?
Robert