Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > IFlyout > isScrollable
Podpis:
isScrollable(): boolean;
Zwroty:
wartość logiczna
Wartość Prawda, jeśli ten panel może być przewijany za pomocą paska przewijania lub przeciągania.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-22 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-22 UTC."],[[["The `IFlyout.isScrollable()` method determines if the flyout can be scrolled using a scrollbar or by dragging."],["This method returns `true` if scrolling is enabled for the flyout, otherwise `false`."]]],["The `isScrollable` method, part of the `IFlyout` interface, determines if a flyout is scrollable. It returns a boolean value: `true` if the flyout can be scrolled, either with a scrollbar or by dragging, and `false` otherwise. The method does not take any parameters.\n"]]