Tagged Questions
The flowlayoutpanel tag has no wiki summary.
5
votes
4answers
2k views
FlowLayoutPanel autowrapping doesn't work with autosize
.NET Framework / C# / Windows Forms
I'd like the FlowLayoutPanel to automatically adjust its width or height depending on number of controls inside of it. It also should change the number of ...
4
votes
2answers
796 views
During FlowLayoutPanel scrolling, background distorts + flickers
I have a windows form application that has a background. Within it, I have a flowlayoutpanel with a transparent background. When I scroll, the following happens:
I also see some flickering. I've ...
3
votes
3answers
198 views
JProgressbar width using Grid/FlowLayout
I'm working on a downloader which looks like this at the moment:
The JFrame uses a BorderLayout.
In the NORTH, I have a JPanel(FlowLayout). In the SOUTH there is also a JPanel(FlowLayout), in the ...
3
votes
3answers
415 views
Winforms: FlowLayoutPanel with Docking
This is in winforms. I am creating a User control that is basically a FlowlayoutControl filled with other User Controls. I need each of the controls added to be docked to the top of the previous (from ...
3
votes
2answers
174 views
Check if flowLayoutPanel is empty in c#
I want to make an error label come up when my flowLayoutPanel is empty, but i don't know how to check that the flowLayoutPanel is empty. This is my current code:
private void ...
3
votes
2answers
184 views
How to change the property of a control from a flowlayoutpanel?
How to change the property of a control in a flowlayoutpanel assuming that you add the controls programatically and assuming that the name of each controls are the same?
For example this image shows ...
3
votes
3answers
577 views
Unexpected index change when adding a control to a FlowLayoutPanel
I have a place in my code where I am dynamically adding controls to a Top-Down arranged FlowLayoutPanel. I need the controls to appear in a certain order so what I am doing everytime is clearing the ...
3
votes
4answers
4k views
Reordering of controls within a flow layout panel
Good afternoon,
I'm having trouble using the flowlayoutPanel in a C# winform application. What I basically have is a flow layout panel that has 3 sections.
Section #1 is a set of 2 controls .. two ...
2
votes
2answers
518 views
FlowLayoutPanel. Custom Scrollbars
Is it possible to use a third party scroll control inside a FlowLayoutPanel? Thing is that we are using devexpress controls and the FlowLayoutPanel's scrollbar controls does not look good.
Is there a ...
2
votes
1answer
980 views
How to disable horizontal Scroll bar disabled in flowlayoutpanel?
I have a flowlayoutpanel and there are multiple controls on it. I only want to scroll in vertical direction. But when I set AutoScroll=true, I got both Vertical and Horizontal Scroll bars. How could I ...
2
votes
2answers
555 views
C# change location of controls inside FlowLayoutPanel
I am using flowLayoutPanel to have relative location controls.
I would like to change the location of control inside the flowLayoutPanel.
when I say location, I dont mean control1 before control2 or ...
2
votes
1answer
192 views
FlowLayoutPanel add to columns?
I have a flow layout panel, which i add a Dictionary of Linklables too
Is it possible to add the two to the flow layout panel (as in 2 i mean key and value) next to each other as long as the ...
2
votes
2answers
1k views
Groupbox with a flowlayout panel inside and autosize = true shrinks like it is empty
I have a groupbox that holds a flowlayout panel and the flowlayout panel holds a bunch of controls. I set the flowlayout panel to dock with the parent. Since I don't know how many controls will be ...
2
votes
1answer
1k views
FlowLayoutPanel AutoSize height not working
I'm working on a UserControl that consists of a bunch of ComboBoxes arranged horizontally across the top of the control in a flowlayoutpanel, and a datagridview directly below the flowlayoutpanel that ...
2
votes
3answers
1k views
Clearing controls from FlowLayoutPanel not calling destructors?
Sorry if I'm missing something obvious, but I'm trying to clear the controls (a series of user controls) from a FlowLayoutPanel - (panelName).Controls.Clear();. Unfortunately this doesn't seem to be ...
2
votes
1answer
966 views
dragging user controls from one flowlayoutpanel to another
how can i add drag and drop capability of a custom usercontrol from 2 flowlayoutpanels?
Usercontrol keeps being null on the following line of code below
private void ...
1
vote
0answers
31 views
C# issue with the custom Panels inside the FlowLayoutPanel
Please let me know if you need more details.
I'm creating a thumbnail view for media (images, videos, folders) sorta like the windows view for files.
I'm using a FlowLayoutPanel to hold the ...
1
vote
1answer
22 views
Unexpected display for RadioButton on CheckAlign = TopCenter
I need to add some RadioButtons to a FlowLayoutPanel.
If I leave radio buttons' properties as default, it will fine. But if I set CheckAlign = ContentAlignment.TopCenter, it will go wrong, like this
...
1
vote
1answer
35 views
How do I dock a UserControl into a FlowLayoutPanel?
I have a FlowLayoutPanel and a UserControl.
I've added multiple usercontrols into the FlowLayoutPanel, and I'm trying to dock them to the top, so when I change the size of the FlowLayoutPanel the ...
1
vote
1answer
198 views
FlowLayoutPanel Height bug when using AutoSize
I have a form holding a TableLayout with 1 column and 3 rows that holds 2 FlowLayoutPanels and a Text box.
All Rows are AutoSize, and the column is set to Percentage=100%.
Each FlowLayoutPanel holds ...
1
vote
0answers
118 views
UserControl not rendering within FlowLayoutPanel when dock changed
When I add my UserControls to a FlowLayoutPanel, they display properly. When I change the Dock or Anchor properties on the UserControls before adding them, they are still added but do not render.
...
1
vote
1answer
146 views
Drop onto FlowLayoutPanel
Hi guys Hope all is well
I am wondering(struggling) the following:
I have 5 flowLayoutPanels and 5 PictureBoxes i want to be able to move anyone of the picture boxes over anyone the FLP at run time ...
1
vote
2answers
115 views
Where to find this FlowPanel?
I have found many sources referencing a WPF class called FlowPanel. There is even a MSDN entry about FlowLayoutPanel. But my Intelisense can't find it when I type in my XAML:
<Flow
I can't find ...
1
vote
0answers
76 views
FlowlayoutPanel not displaying all it's child control
I am having a flowlayoutpanel which is having multiple child control panel . Child panels are being added dynamically . There is one trackbar which provide the functionality to resize the child panels ...
1
vote
1answer
426 views
FlowLayoutPanel - Automatic Width for controls?
is it possible to make the inserted items in FlowLayoutPanel automatic size of the FlowLayoutPanel? Here is an example:
A form with 1 FlowLayoutPanel and 3 buttons inside:
if I resize the form, ...
1
vote
3answers
549 views
issue with flow layout panel / link labels
i am setting text to a link label and adding these labels to a flow layout panel. It seems to be chopping off the ends of the link labels and as such i have labels with only 3/4's of the text. Does ...
1
vote
1answer
510 views
c# reorganize controls in a FlowLayoutPanel
Is it possible to allow the controls inside a FlowLayoutPanel to be user draggable so that they can be reorganized. If I have a list of labels, I would like to drag and move them around, much like the ...
1
vote
0answers
161 views
How can I use a rubber band (rectangle) to capture multiple controls (buttons) on a flowlayout panel in C#?
I'm having trouble selecting multiple buttons in a flowlayout panel. Does anyone have any ideas how to do this?
1
vote
2answers
864 views
Flowlayout panel and autosizing child controls doesn't work
I am trying to get a very simple autosizing layout on a winform (C# .NET). I've tried TableLayoutPanels and FlowLayoutPanels but nothing works.
I have a usercontrol which is a container for other ...
1
vote
2answers
532 views
How to scroll a flowlayoutpanel while dragging?
In my Windows Forms application, I'm using a FlowLayoutPanel control to display a list of items to users. I've been able to successfully implement reordering the items in the FlowLayoutPanel by ...
1
vote
2answers
2k views
WinForms UserControl Layout Autosize Problems
A while back, I posted this question about trying to get a flowlayoutpanel to autosize properly when docked to the top of a container. What I was trying accomplish was to setup a horizontal ...
1
vote
1answer
1k views
Cannnot resize Child Controls in a FlowLayoutPanel Control
Description
I was trying to create a FlowLayoutPanel that can be extended, for instance in the horizontal way.
FlowLayoutPanel and its sub component anchor has been set to Top-Left-Right
...
1
vote
1answer
730 views
highlight selected item in flowlayoutpanel
how do i highlight the selected item (in my case, a custom user control) in a flowlayoutpanel
1
vote
1answer
781 views
How can I determine the top/left position of a label in WPF?
I have a WPF label contained in a FlowLayoutPanel and I want to determine the position of the label when clicked with the mouse. I am trying to position a pop-up control where near to the label and ...
0
votes
0answers
71 views
Dynamically position a control from the center of a panel
I have a panel with its width x height is 1200 x 550. In this panel, I added controls dynamically during runtime. I was wondering, if I could dynamically position the controls from the center of the ...
0
votes
0answers
59 views
custom control on flowlayoutpanel - selected item
I have a custom control that I load up in a flowlayoutpanel control and it displays fine, but im having a little trouble figuring out where to handled the "selected" aspect of things. its sort of a ...
0
votes
1answer
52 views
Setting child control width in Layout event handler of the FlowLayoutPanel
I've got a flowLayoutPanel which is filled dynamically with child controls.
This flowLayoutPanel might be on some panels on different forms, so its size might change in runtime.
When adding the first ...
0
votes
1answer
165 views
Remove dynamically added Label on FlowLayoutPanel
I have dynamically add Label on FlowLayoutPanel, with the following code:
private void button1_Click(object sender, EventArgs e)
{
Label lb = new Label();
lb.Text = "How are You";
...
0
votes
1answer
120 views
flowlayout control keeps adding control in the wrong direction in winforms
I have a flowlayout control in winforms, i have set its flow direction to TopDown but it keeps adding controls from left to right, autoscroll is also set to true.
flowLayoutPanel1.Controls.Clear(); ...
0
votes
2answers
177 views
setting more space between controls in a flowLayout
C# WinForms:
when we drop controls inside a flowlayout, horizontally, is there a way to set more space than its default between controls?
0
votes
1answer
484 views
Flowlayout and Tablelayout in windows form
What is the difference between Flowlayout and Tablelayout in windows form ? I know i can google it, but i am bit short on time.
my requirement is too , that when the form is resized. Resizing for ...
0
votes
1answer
197 views
setting anchor for “controls in a panel” inside a “flowlayoutpanel”
In my windows application
I have a normal panel inside a flowlayoutpanel
In this normal panel, i have some input controls(e.g. labels, textbox...)
I have set the anchor properties thinking that it ...
0
votes
0answers
181 views
Find the rows and columns of a FlowLayoutPanel
Just wondering if there is a way to easily lookup the rows and columns currently in a FlowLayoutPanel or if a manual calculation is required.
Thanks for your help,
Ben
0
votes
0answers
283 views
How to print & print preview all the images of flowlayoutcontrol in a single page using c#
I have designed a simple image demo for print all the images in a single page(or next page if more)using c#.
Please check the window at http://www.freeimagehosting.net/image.php?cd02f72db3.png
First ...
0
votes
1answer
330 views
how to print all images of flowlayoutpanel using c#
Can anyone help me to print all 10 images which are in a flowlayoutpanel using c# (Visual Studio .NET 2005 or 2008)
I do not have any idea how to do this?
0
votes
1answer
433 views
How can i implement the paging effect in a FlowLayoutPanel control?
Thanks to the following code i create and add images - as thumbnails - to the FlowLayoutPanel.
The implementation is pretty simple. I read the available images within the directory and call the ...
0
votes
2answers
114 views
Is it possible to specify the position of a Windows Form controls relative to another AutoSize'd control?
I have a Windows Form window containing a FlowLayoutPanel, an OK Button, and a Cancel Button. The Form and FlowLayoutPanel both have AutoSize enabled, and the FlowLayoutPanel grows or shinks depending ...
0
votes
3answers
705 views
FlowLayoutPanel issues
I hope you can help with this one - I'm having a really hard time with the FlowLayoutPanel.
I have a Winforms app with a FLP(FlowLayoutPanel) with one child control - a tabControl(with a webBrowser ...
0
votes
1answer
364 views
Reduce Flicker of .NET FlowLayoutPanel
I'm clearing and adding multiple LinkLabel's to FlowLayoutPanel, every couple of seconds. It works fine, but flicker is quite noticeable. Is there any way to reduce it? I tried to set ...
0
votes
2answers
2k views
What is the WPF equivilant for the FlowLayoutPanel?
I am working on a WPF application (a one note clone which is called "note your life") where you can dynamically assign Tags to an entry (just as in virtually any web 2.0 app these days). for this I ...