Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » horizontalScrollBar Collapse All
Subject Author Date
Volkov Sergey Feb 21, 2010 - 8:18 AM

for this code

Rec_Max = 3000000;
......
horizontalScrollBar1.Maximum = Rec_Max;
horizontalScrollBar1.Value = Rec_Max;
horizontalScrollBar1.Enabled = true;


scrollbar is not displayed on the form.

If to write "horizontalScrollBar1.Value = 500;" - it is displayed,
but the horizontalScrollBar1.Maximum becomes equal 2647075


Visual Studio 2008 C#
Elegant.UI v3.5.0

Technical Support Feb 22, 2010 - 1:29 PM

We are sorry but it is not completely clear in what context it happens. Could you create and send us a simple project demonstrating the problem?