Skip to content

Commit 1996009

Browse files
Changed image names.
1 parent 470e394 commit 1996009

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

MAUI/Scheduler/resource-view.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ var Resources = new ObservableCollection<SchedulerResource>()
190190
new SchedulerResource() { Name = "Sophia", Foreground = Colors.White, Background = Colors.LightGreen, Id = "1000" },
191191
new SchedulerResource() { Name = "Zoey Addison", Foreground = Colors.White, Background = Colors.Gold, Id = "1001" },
192192
new SchedulerResource() { Name = "James William", Foreground = Colors.White, Background = Colors.Violet, Id = "1002" },
193-
new SchedulerResource() { Name = "Stephen", Foreground = Colors.White, Background = Colors.PaleTurquoise, Id = "1003" },
194-
new SchedulerResource() { Name = "Brooklyn", Foreground = Colors.White, Background = Colors.PeachPuff, Id = "1004" },
193+
new SchedulerResource() { Name = "Brooklyn", Foreground = Colors.White, Background = Colors.LightSkyBlue, Id = "1003" },
194+
new SchedulerResource() { Name = "Stephen", Foreground = Colors.White, Background = Colors.PeachPuff, Id = "1004" },
195195
new SchedulerResource() { Name = "Elena", Foreground = Colors.White, Background = Colors.Pink, Id = "1005" },
196196
};
197197

@@ -200,6 +200,8 @@ this.Scheduler.ResourceView.VisibleResourceCount = 4;
200200
{% endhighlight %}
201201
{% endtabs %}
202202

203+
![Visible Resource Count in Days View in .NET MAUI Scheduler.](images/resource-view/visible-resource-count-for-resources-in-days-view-in-.net-maui-scheduler.png)
204+
203205
N>
204206

205207
- When `VisibleResourceCount` is set to -1, the Scheduler will show up to three resources.
@@ -210,9 +212,6 @@ N>
210212

211213
- 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.
212214

213-
214-
![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)
215-
216215
## Resource Header Height in Days View
217216

218217
In the day, week, and work week views, resources are arranged horizontally. The height of the resource headers can be customized using the `ResourceHeaderHeight` property of the [`SchedulerResourceView`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SchedulerResourceView.html#Syncfusion_Maui_Scheduler_SchedulerResourceView_Resources) class.
@@ -238,7 +237,7 @@ this.Scheduler.ResourceView.ResourceHeaderHeight = 100;
238237
{% endhighlight %}
239238
{% endtabs %}
240239

241-
![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)
240+
![Resource Header Height in Days View in .NET MAUI Scheduler.](images/resource-view/resource-header-height-for-resources-in-days-view-in-.net-maui-scheduler.png)
242241

243242
## Resource minimum row height
244243

0 commit comments

Comments
 (0)