You can create custom controls and implement custom logic for user interface elements.
| トピック | 説明 |
|---|---|
| カスタムコントロールの作成 | Understand the basics of creating and using custom controls. |
| UXML タグ名と属性のカスタマイズ | Understand how to customize a UXML tag name, create custom attributes for a custom control, and add attribute decorators in UI Builder. |
| Bind custom control to data | Bind custom controls to serialized properties to synchronize values between the control and the property. |
| Define a namespace prefix | Use UxmlNamespacePrefix attribute to define a namespace prefix. |