গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > স্ক্রলবার > সেট দৃশ্যমান
স্ক্রলবার দৃশ্যমান কিনা তা সেট করুন। শুধুমাত্র অ-জোড়া স্ক্রলবারগুলিতে প্রযোজ্য।
স্বাক্ষর:
setVisible(visible: boolean): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
দৃশ্যমান | বুলিয়ান | সত্য যদি দৃশ্যমান হয়. |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `Scrollbar.setVisible()` method controls the visibility of a scrollbar in Blockly workspaces."],["This method is exclusively for non-paired scrollbars and takes a boolean value to determine whether the scrollbar should be displayed or hidden."],["Calling `setVisible()` with `true` makes the scrollbar visible, while calling it with `false` hides it."]]],["The `setVisible()` method controls the visibility of a scrollbar, specifically for non-paired scrollbars. It accepts a single boolean parameter, `visible`. When `visible` is set to `true`, the scrollbar becomes visible; otherwise, it is hidden. The method does not return any value. The method signature is `setVisible(visible: boolean): void;`.\n"]]