Why Datalist control does not render content horizontally if layout is set as flow?
In the file attached i use datalist and repeatdirection horizontal but it is not working? But if i set Repeatlayout as table it works
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Feb 10, 2011, 12:28 AM
jagdeep guptaPosted Feb 9, 2011, 7:46 AM
Amit ChoudharyPosted Feb 9, 2011, 5:43 AM
FLOW is a standard name of arranging the controls in a layout. flow allow the controls or objects to come one after another until the horizontal boundary reached. Similary, if you define the layout in DataList as flow then it'll render the data as horizontaly in a row.
Hope you got the idea.
Thanks.