Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1320
UltraTilePanel.ClientSize.Width without the VerticalScrollbarWidth
posted

Hello together,

I need to have the true ClientSize of an UltraTilePanel. Unfortunately the UltraTilePanel.ClientSize property does not take into account, whether the vertical scrollbar is shown or not. But if I can somehow read out from UltraTilePanel if it shoes the vertical scrollbar or not, then it would be possible to calculate the true ClientSize.

TrueClientWidth = UltraTilePanel.ClientSize.Width – VerticalScrollbarWidth;

Does anybody know how to ask the UltraTilePanel if it shows the vertical scrollbar or even more simpler how to get the true ClientSize directly?

regards

Frank