Skip to content

Commit 9a6e486

Browse files
resolve CI
1 parent 54659b9 commit 9a6e486

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MAUI/AIAssistView/items.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,19 +483,19 @@ public class ViewModel : INotifyPropertyChanged
483483

484484
![Error message in .NET MAUI AI AssistView](images/maui-aiassistview-error-message.png)
485485

486-
## Customizable (Targetable) views
486+
## Customizable views
487487

488488
The `SfAIAssistView` allows you to customize specific parts of request and response items without changing the entire UI. You can apply styles, templates, or subclass these views to create custom visuals and behavior.
489489

490490
The following views can be customized individually:
491491

492492
- `RequestTextView` – Represents the user request text content.
493493
- `RequestAssistImageView` – Represents the user request image content.
494-
- `RequestHyperlinkUrlLableView` – Represents the user request URL label area.
494+
- `RequestHyperlinkUrlLabelView` – Represents the user request URL label area.
495495
- `RequestHyperLinkDetailsViewFrameView` – Represents the user request URL details/preview frame area.
496496
- `ResponseTextView` – Represents the AI response text content.
497497
- `ResponseAssistImageView` – Represents the AI response image content.
498-
- `ResponseHyperlinkUrlLableView` – Represents the AI response URL label area.
498+
- `ResponseHyperlinkUrlLabelView` – Represents the AI response URL label area.
499499
- `ResponseHyperLinkDetailsViewFrameView` – Represents the AI response URL details/preview frame area.
500500
- `ResponseCardView` – Represents the container for card-based AI responses.
501501
- `CardItemView` – Represents a single card item within a response.

MAUI/TreeView/scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The TreeView allows you to enable horizontal scrolling based on the content by s
114114
The TreeView allows showing or hiding the scrollbars using the `VerticalScrollBarVisibility` and `HorizontalScrollBarVisibility` properties. By default, both are set to `Default`.
115115

116116
{% tabs %}
117-
{% highlight xaml%}
117+
{% highlight xaml hl_lines="2 3" %}
118118

119119
<syncfusion:SfTreeView x:Name="treeView"
120120
VerticalScrollBarVisibility="Always"

0 commit comments

Comments
 (0)