views:

96

answers:

0

Hi,

I'm making layout control deriving from Panel in Siverlight. I want to be able to set the tabbing behavior inside my panel. What I need is something like TabNavigation property of the Control class. For example, if I set:

myCustomPanel.TabNavigation = KeyboardNavigationMode.Cycle

tabbing will move the focus only through the children elements of myCustomPanel. Is there a way to do that?