Search
  Search
DEVELOP WEB APPLICATIONS WITH THE BEST AJAX FRAMEWORK.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 

 

SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.

Click on the video image to watch

SAP chosen VWG for strategic web application

 
  Forum  General Visual ...  Let's Chat Abou...  AutoScroll on flowlayoutpanel not working , version 6.2.1
Previous Previous
 
Next Next
New Post 11/20/2008 10:26 AM
  chris_turner
18 posts
No Ranking


AutoScroll on flowlayoutpanel not working , version 6.2.1 

Hi ,

somewhere between version 6.1.4 and 6.2.1 the autoscroll property on the flowlayoutpanel has stopped working.

I am adding VWG usercontrols to the panel (right to left)  , and when enough had been added a scroll bar used to appear. Now it doesnt. 

I am using VS2005 , .net 2.0 , DHTML , vista ultimate , VWG vista theme.

easy enough to reproduce but if you need a sample app I can provide.

Will have to drop back to 6.1.4 until fixed.

Thanks

Chris

 

 

 
New Post 11/23/2008 5:53 AM
  ori.cohen
1152 posts
1st Level Poster


Re: AutoScroll on flowlayoutpanel not working , version 6.2.1 
Hello Chris!

I checked the problem you reported on VWG v6.3.0 all the way through to VWG v6.0.4.
I seems that as far back as v6.0.4 we didn't have AutoScroll on the FlowLayoutPanel control.

I opened a new issue on the subject. You can view it
here and track our progress.

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 12/23/2008 4:07 AM
  terricide
211 posts
4th Level Poster


Re: AutoScroll on flowlayoutpanel not working , version 6.2.1 

 This used to work for me as well. Though off the top of my head I believe I used to set the parent control to the FlowLayoutPanel AutoScroll property to true. Because this wasn't working I the TableLayoutPanel and had the Dock set to Fill. However only the first column would appear on the far right of the parent tabpage.

I ended up just manually positioning the controls in a 3x grid. Here is the code for anyone else who needs to this.

 

        private void AddChart()

        {

            Chart chart = new Chart();

            chart.Location = GetGridPosition(this.panelDashboard, chart);

            this.panel1.Controls.Add(chart);

        }

 

        private Point GetGridPosition(Control parent, Control ctrl)

        {

            int total = parent.Controls.Count;

            int row = total / 3;

            int col = total % 3;

 

            return new Point(ctrl.Width * col, ctrl.Height * row);

        }

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Let's Chat Abou...  AutoScroll on flowlayoutpanel not working , version 6.2.1

Visual Studop Partners

Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox