DataList control will meet your reqirement. Make use of DataList.RepeatDirection Property to decide whether the DataList control displays vertically or horizontally. Use the
RepeatColumns property to set the number of columns to display in the DataList control.
bsiri.r
Windows application datalist control is not there any other control is there??
What do you mean about the statement above? If you want to find the Datalist control, you can open VS at first. Then find the Toolbox in the left and click the Data. You will find the Datalist control.
Best wishes,
Please mark the replies as answers if they help or unmark if not.
Feedback to us
bsiri.r
Member
2 Points
16 Posts
Display Text in datagrid Divided into 3 columns at runtime
Apr 25, 2012 12:38 PM|LINK
when i retrieve data from textfile data should be display in datagrid and divided in to 3 columns.
data means any paragraph. Not Required numbers, Reading Order should be like below
Ex:
1 The code below selects 4. Enter event occurs 7 box when the control's
2 the contents of a text . 5 This example checks 8 if the text box has
3 value for the Text 6 property that is not 9 null or an empty string.
ramiramilu
All-Star
95275 Points
14072 Posts
Re: Display Text in datagrid Divided into 3 columns at runtime
Apr 25, 2012 03:27 PM|LINK
Datalist with RepeatDirection to horizontal and RepeatColumn to 3 would work, at least to my knowledge...check out that option and let me know...
Thakns,
JumpStart
bsiri.r
Member
2 Points
16 Posts
Re: Display Text in datagrid Divided into 3 columns at runtime
Apr 26, 2012 04:20 AM|LINK
Windows application datalist control is not there any other control is there??
Catherine Sh...
All-Star
23373 Points
2490 Posts
Microsoft
Re: Display Text in datagrid Divided into 3 columns at runtime
Apr 27, 2012 03:16 AM|LINK
Hi bsiri.r,
In my opinion, ramiramilu's idea is great.
DataList control will meet your reqirement. Make use of DataList.RepeatDirection Property to decide whether the DataList control displays vertically or horizontally. Use the RepeatColumns property to set the number of columns to display in the DataList control.
What do you mean about the statement above? If you want to find the Datalist control, you can open VS at first. Then find the Toolbox in the left and click the Data. You will find the Datalist control.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store