This is a migrated thread and some comments may be shown as answers.

Control to support blogs in window forms application

1 Answer 36 Views
New Product Suggestions
This is a migrated thread and some comments may be shown as answers.
Vimal
Top achievements
Rank 1
Vimal asked on 05 Nov 2014, 08:01 AM
Hi,

Need to develop Blog type of window application using telerik controls (either winforms control or WPF control)

It should have following options
1.Information sharing between users and groups
2.Like or Share
3.Reply or comments

Thanks

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 07 Nov 2014, 02:21 PM
Hello Vimal,

Thank you for writing.

You can construct a blog type WinForms application by using RadListView with custom items for example. Thus, you are allowed to construct the item's structure according to your requirement resembling a conversation with replies. Each item can contain the desired "Like" or "Share" button below the its text. You can refer to our ListView >> Custom items help article. Additionally, our Demo application >> ListView >> Custom items example demonstrates a sample solution.

Another approach is to use a RadTreeView with custom nodes as well. It would be easier to implement the replies/comments structure as each comment can be a separate node and each reply to a specific comment can be displayed as a child node. Please refer to our Demo application >> TreeView >> Custom nodes example showing a sample approach. TreeView >> Custom Nodes help article is quite useful on this topic.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
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.

 
Tags
New Product Suggestions
Asked by
Vimal
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or