4 Answers, 1 is accepted
0
Hi Cam,
Thank you for writing.
UI for WinForms does not contain such a component. It is more suitable for a web application rather than a desktop one. Still, if there is demand for such in future, we will consider adding such a feature request.
At the following article you can find a suitable suggestion: http://stackoverflow.com/questions/13377932/file-upload-in-c-sharp-windows-application.
I hope that you find this information useful.
Regards,
Stefan
Telerik
Thank you for writing.
UI for WinForms does not contain such a component. It is more suitable for a web application rather than a desktop one. Still, if there is demand for such in future, we will consider adding such a feature request.
At the following article you can find a suitable suggestion: http://stackoverflow.com/questions/13377932/file-upload-in-c-sharp-windows-application.
I hope that you find this information useful.
Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Doraemon
Top achievements
Rank 1
answered on 12 Apr 2014, 04:27 AM
Thanks Stefan,
I have other questions. When I review your winforms demo, I like the layout of it.
Left hand area is all controls menu.
Right hand area is content of each menu.
I want to apply this layout into my project so can you tell me which controls you used? which control is used for left hand area, which control is used for right hand area (user control, form ...).
I have other questions. When I review your winforms demo, I like the layout of it.
Left hand area is all controls menu.
Right hand area is content of each menu.
I want to apply this layout into my project so can you tell me which controls you used? which control is used for left hand area, which control is used for right hand area (user control, form ...).
0
Doraemon
Top achievements
Rank 1
answered on 12 Apr 2014, 04:29 AM
Moreover, Can you share me an example code to archive this ? When I run, it opens a form. left hand area is menu, right hand area is its content. click a menu, its content is displayed in right hand area. click << in menu, the left hand area is collapsed. Thanks.
0
Hi Doraemon,
Thank you for writing back.
The expandable control that you see in our demo application is a custom control built precisely for it, which is not distributed with the suite. However, there was demand for such control, hence we introduced it. It is called RadCollapsiblePanel. You can find its documentation here: http://www.telerik.com/help/winforms/panels-and-labels-collapsible-panel-overview.html.
Inside of this expandable control, there is a RadListView with items in it.
As to the right hand side, there is RadPanorama with tiles, and when a tile is clicked, a UserControl is shown.
Attached you can find a sample of this.
Regards,
Stefan
Telerik
Thank you for writing back.
The expandable control that you see in our demo application is a custom control built precisely for it, which is not distributed with the suite. However, there was demand for such control, hence we introduced it. It is called RadCollapsiblePanel. You can find its documentation here: http://www.telerik.com/help/winforms/panels-and-labels-collapsible-panel-overview.html.
Inside of this expandable control, there is a RadListView with items in it.
As to the right hand side, there is RadPanorama with tiles, and when a tile is clicked, a UserControl is shown.
Attached you can find a sample of this.
Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.