Skip to content

Commit f9ead30

Browse files
Addressed the review correction.
1 parent 2e70d68 commit f9ead30

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

MAUI/Scheduler/resource-view.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,9 @@ this.Scheduler.ResourceView.VisibleResourceCount = 4;
204204

205205
N>
206206

207-
- When `VisibleResourceCount` is set to -1, the Scheduler will show up to three resources.
208-
209-
- If `VisibleResourceCount` is -1 but there are only three resources in total, then only two of them will be shown.
210-
211-
- Setting `VisibleResourceCount` to 0 removes the resource view layout. For example, if the Scheduler is in Day view with resources displayed, changing the value to 0 will hide the resources and show only the plain Day view.
207+
- When `VisibleResourceCount` is set to -1, the `SfScheduler` displays up to three resources. If the total number of resources is less than three, it displays all available resources.
212208

213-
- 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.
209+
- When `VisibleResourceCount` is set to 0, the resource view layout is removed, and only the plain Scheduler view (e.g., Day view without resources) is shown.
214210

215211
## Resource Header Height in Days View
216212

@@ -316,7 +312,7 @@ private ObservableCollection<SchedulerTimeRegion> GetTimeRegion()
316312

317313
### Special time regions for days view.
318314

319-
The Days View (day, week, and work week) allows you to block specific hours within a day for selected resources using special time regions. For example, you can highlight a lunch break between 1 PM and 2 PM so that users cannot schedule appointments during this time.
315+
In Days View (day, week, and work week) special time regions can be applied to visually highlight unavailable periods for different resources.
320316

321317
{% tabs %}
322318
{% highlight xaml tabtitle="MainPage.xaml" %}

0 commit comments

Comments
 (0)