Windows Develop Bookmark and Share   
 index > Windows Forms General > Continious panels
 

Continious panels

Hello,

is it possible to have "Continuous panel" is VS? Not a dataGridView, just the panel will be one row and repeated for all the dataset andhas one dataNavigator for controlling the records.

Thank you.
dealwi8me  Thursday, August 27, 2009 8:46 AM
Thanks for the answer.

Form databinding won't do what i want though beacuse is one record per page and i want one record per row if you understand what i mean.

I will try to work with FlowLayoutPanel, I think it shows data one after another in the same form.
  • Marked As Answer bydealwi8me Thursday, September 10, 2009 7:13 AM
  •  
dealwi8me  Thursday, September 10, 2009 7:13 AM

Hi,

I think you can try details view databinding. Many controls are bound to the corresponding items of datasource and use bindingNavigator control to move next or prior of datasource items.

The following is an article tells about how to show details by dragging objects from the datasource window. You can also implement this using your own code.

http://msdn.microsoft.com/en-us/library/63h88ca4(VS.100).aspx

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, September 03, 2009 7:00 AM
Thanks for the answer.

Form databinding won't do what i want though beacuse is one record per page and i want one record per row if you understand what i mean.

I will try to work with FlowLayoutPanel, I think it shows data one after another in the same form.
  • Marked As Answer bydealwi8me Thursday, September 10, 2009 7:13 AM
  •  
dealwi8me  Thursday, September 10, 2009 7:13 AM

You can use google to search for other answers

Custom Search

More Threads

• SubMenus at runtime
• How to add button to TabControl?
• ShellAboutW API Call
• String Memory problem...
• making datagrid cell or row blink
• Connecting Form1 and Form2
• How to use MeasureCharacterRanges?
• www.MicrosoftQA.com - Now Online
• Internationalisation in Visual Studio 2008 Sp1 Pro
• Enter Key used as Tab Key, except when Button Control has focus?