AIChatControl.AllowResizeInput Property
Gets or sets whether users can resize the AI chat input box. This is a dependency property.
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf.Chat
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the AllowResizeInput property to true to allow users to resize the chat input box. Drag the top edge up to create more typing space, or drag it down to display more chat history.
Example
The following example allows users to resize the chat input box:
<dxaichat:AIChatControl x:Name="aiChatControl"
AllowResizeInput="True" />

See Also