diff --git a/src/cookbook/lists/horizontal-list.md b/src/cookbook/lists/horizontal-list.md index 19e0ae1208..acd19286e9 100644 --- a/src/cookbook/lists/horizontal-list.md +++ b/src/cookbook/lists/horizontal-list.md @@ -47,6 +47,17 @@ ListView( ## Interactive example +{{site.alert.secondary}} + **Desktop and web only:** + This example works in the browser and on the desktop. + However, as this list scrolls on the horizontal axis + (left to right or right to left), + hold Shift while using the mouse scroll wheel to scroll the list. + + To learn more, read the [breaking change][] page on the + default drag for scrolling devices. +{{site.alert.end}} + ```run-dartpad:theme-light:mode-flutter:run-true:width-100%:height-600px:split-60:ga_id-interactive_example import 'package:flutter/material.dart'; @@ -106,5 +117,5 @@ class MyApp extends StatelessWidget { Horizontal List Demo - +[breaking change]: {{site.url}}/release/breaking-changes/default-scroll-behavior-drag [`ListView`]: {{site.api}}/flutter/widgets/ListView-class.html