Commit 521ecf8
committed
Fix BreadCrumbContainer width logic in Breadcrumb class
Updated the logic for setting BreadCrumbContainer.WidthRequest
to ensure it does not exceed BreadCrumbsScrollView.Width.
Now, if containerWidth is greater than BreadCrumbsScrollView.Width,
BreadCrumbContainer.WidthRequest is set to containerWidth;
otherwise, it is set to BreadCrumbsScrollView.Width.1 parent b7cad29 commit 521ecf8
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
0 commit comments