গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ফিল্ডড্রপডাউন > MAX_MENU_HEIGHT_VH
ভিউপোর্ট উচ্চতার শতাংশ হিসাবে ড্রপডাউন মেনুর সর্বোচ্চ উচ্চতা।
স্বাক্ষর:
static MAX_MENU_HEIGHT_VH: number;
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`FieldDropdown.MAX_MENU_HEIGHT_VH` is a static property that defines the maximum height of a dropdown menu."],["This maximum height is represented as a percentage of the viewport's height, ensuring the menu doesn't exceed a certain proportion of the screen."],["`FieldDropdown.MAX_MENU_HEIGHT_VH` is a numerical value that dictates this percentage limit, helping control the visual presentation and usability of dropdown menus within Blockly."]]],["The `FieldDropdown.MAX_MENU_HEIGHT_VH` property defines the maximum height of a dropdown menu. This height is expressed as a percentage of the viewport height. It is a static number property, meaning it applies globally to all dropdown menus using the `FieldDropdown` class. This property determines how large the dropdown menu can be in relation to the visible screen area.\n"]]