Display a chat conversation thread between an end-user and an AI model.
Reference → Controls → Interaction → ChatSession
The ChatSession control belongs to the Interaction category and runs on the Portable rendering target. Place it on a Display from the Components Panel and configure the properties listed below.
Properties
Property set auto-extracted from ControlSchemas.json (build fx-10.1.5.2000, schema 1.0, generated 2026-05-17T21:29:29.5050227Z).
Property | Type | Default | Description |
|---|---|---|---|
|
| 0 | X position from left edge (unit: pixels) |
|
| 0 | Y position from top edge (unit: pixels) |
|
| 100 | Element width (unit: pixels) |
|
| 100 | Element height (unit: pixels) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| 100 | (no description in schema) |
|
| (none) | (no description in schema) |
|
| 100 | (no description in schema) |
|
| (none) | (no description in schema) |
|
| 5 | (no description in schema) |
|
| (none) | (no description in schema) |
|
| (none) | (no description in schema) |
|
| 0 | Data source type: Designer (static list), ArrayTag (tag array), DataTable |
|
| (none) | Source kind: Text (static list via ItemsList), ArrayTag (array tag values), DataTable (Dataset Query or Table — FK pattern). For FK dropdowns use DataTable + ItemsSourceLink='@Dataset.Query.X' + DisplayMemberPath + SelectedValuePath. |
|
| (none) | Source for populating list items. Interpretation depends on ItemsSourceType: Text → @Tag.OptionsList (array or CSV tag) ArrayTag → @Tag.ArrayOfStrings DataTable → @Dataset.Query.NameOfQuery (RECOMMENDED for FK dropdowns) In DataTable mode the ComboBox auto-fires the backing query at display-open — no script Select() needed. |
|
| (none) | Tag that triggers list refresh when its value changes |
|
| 0 | (no description in schema) |
|
| (none) | Background color (#AARRGGBB). Themed by default — OMIT to use theme. |
|
| (none) | Text/foreground color (#AARRGGBB). Themed by default — OMIT to use theme. |
|
| (none) | Border color (#AARRGGBB). |
|
| (none) | Border thickness (single value or 'left,top,right,bottom'). |
In this section...