Tagged Questions
The flowpanel tag has no wiki summary.
2
votes
1answer
1k views
Drag and Drop in GWT using gwt dnd
I have been really struggling to get Drag and Drop working in GWT. Last 3 days, I was trying to create a basic drag and drop application and failed. Currently I can drag it around, but I am unable to ...
2
votes
2answers
4k views
C# Winforms - Adding forms to a FlowPanel control
I have a page where I have to modify variables which are strings with pairs of values and labels. I was using a datagrid object but its not sufficient for whats required ( or eventually will not ...
1
vote
2answers
20 views
flow panel with listview
I'm creating listviews in a flowpanel at run time which later will accept drag and dropped files. the reason being is i want these to act as folders so a user double clicks and gets a window ...
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
1answer
915 views
FlowPanel Vertical Scroll
I have a flowpanel that I'm dynamically adding usercontrols to. I want it to keep adding them and use a vertical scroll bar. It instead wraps them to the top and places a horizontal scroll bar. I'm ...
0
votes
0answers
14 views
is it possible to rearrange controls in a flowpanel at run time?
so i have a flow panel and a button that adds listviews to it at run time. i have my doubleclick events set up - is it possible to set up some kind of click (or click and drag) event to rearrange the ...
0
votes
1answer
47 views
Unable to get a proper background image in an panel inside a fullscreen scrollview in GWT
I'm having trouble with setting the main background image for a page.
I've got a full screen scrollview, in which I have a centered ~1000px wide flowpanel. The issue is that I want the flowpanel to ...
0
votes
2answers
943 views
TFlowPanel. Adding controls at run-time
Does anybody know how to add controls, say a TImage, to a TFlowPanel at runtime?
Regards, Pieter