Skip to content

Commit f94c987

Browse files
Added images for ResourceHeaderHeight and VisibleResourceCount for resources in DaysView.
1 parent bb9e85e commit f94c987

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
21.2 KB
Loading
24.2 KB
Loading

MAUI/Scheduler/resource-view.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ this.Content = scheduler;
379379
{% endhighlight %}
380380
{% endtabs %}
381381

382+
![Resource Header Height in Days View in .NET MAUI Scheduler.](images/resource-view/resource-view-resource-header-height-in-days-view-in-.net-maui-scheduler.png)
383+
382384
## Visible Resource Count in Days View
383385

384386
The number of resources shown in the day, week, and work week views can be controlled using the `VisibleResourceCount` property of the [`SchedulerResourceView`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerResourceView.html#Syncfusion_Maui_Scheduler_SchedulerResourceView_Resources) class. This lets you define how many resources are visible at a time.
@@ -403,6 +405,8 @@ this.Content = scheduler;
403405

404406
N> If the value assigned to `VisibleResourceCount` is greater than the total number of resources, the scheduler will display all the resources in the SchedulerResource collection.
405407

408+
![Visible Resource Count in Days View in .NET MAUI Scheduler.](images/resource-view/resource-view-visible-resource-count-in-days-view-in-.net-maui-scheduler.png)
409+
406410
## Assign special time regions to scheduler resources
407411
You can highlight a resources availability by creating special time regions in the day, week, workweek, timeline day, timeline week, and timeline workweek views.
408412

0 commit comments

Comments
 (0)