Kanzi 3.9 alpha 4 migration guide¶
Use this migration guide to update Kanzi applications from Kanzi 3.9 alpha 3 to Kanzi 3.9 alpha 4.
Focus functionality¶
Kanzi 3.9 alpha 4 removes the FocusManager::PreFocusMessageArguments::AcceptFocusProperty from the message arguments. Starting with this version, to decide whether you can move focus to a node, use the focus scope types and the properties related to the focus management. To limit the focus chain navigation in a node tree, attach the Focus Scope Type property to your node and set its value to Fence, Modal or Popup.