Hi,
I'm looking for an NetAdvantage Winforms control that would provide interface functionality similar to the main news feed in Facebook. I'm not so much interested in the data source or data binding but more interested in a control that would provide a similar layout: Image on the left, with a text or other posting on the right/below it and then sub posts indented below the main post. Is there an existing control that would provide this or recommendations on the best way to create a control like this?
Thanks,John
Hello John,
You could use different controls to solve this task. For example you could use our UltraTree or UltraGrid (using GroupByColumn option or hierarchical datasource). Using these one of these two controls you could achieve the same look and feel. I made small sample for you where I`m using UltraTree control. Please take a look at the attached sample for mroe details and let me know if you have any questions.
Regards
this is the sample