New to Kendo UI for Angular? Start a free 30-day trial
CustomMessagesComponent
Represents the custom messages component of the ScrollView.
Use this component to override default messages for the ScrollView (see example).
html
<kendo-scrollview [data]="items" [width]="width" [height]="height">
<kendo-scrollview-messages pagerButtonLabel="This is item number {itemIndex}">
</kendo-scrollview-messages>
</kendo-scrollview>
Selector
kendo-scrollview-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
pagerButtonLabel |
|
Sets the label for the buttons in the ScrollView pager. The default label pattern is |