Is there a way to check if the scroll bar is displayed for the control or not? I want to use it so that I can determine how to determine the size of the scrollable control, which to some extent depends on whether the ScrollBar is displayed (the Scrollable control can change dynamically).
For controls with the AutoScroll property, use the HorizontalScroll and VerticalScroll Visible properties:
// Checks horizontal scrollbar visibity. yourScrollableControl.HorizontalScroll.Visible; // Checks horizontal scrollbar visibity. yourScrollableControl.VerticalScroll.Visible;
Source: https://habr.com/ru/post/1720520/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1720515/from-php-workers-to-python-threads&usg=ALkJrhgCetEQNwTHtVAnTf8c7ScHeVNamQChanging valid fields needed for beforeFind callback? - phpAutomatically include dll version number in filename in Visual Studio - dllSelect * from table1, where the JID is not in table2 with table 2. Also, this is not 11111 - mysqlCalculate a three-dimensional vector perpendicular to the plane generated by two vectors - mathHow to specify argument attributes in CFscript? (CF9) - coldfusionWhat is the best size for toolbar icons? - user-interfaceWordpress-only membership plugin - wordpressWhat is the life cycle of loading an ASP.NET file to code? - c #My mistake with the strpos function? PHP - phpAll Articles