Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys;

I have Web Parts control in my project,

Layout orientation property of Web Parts can be Vertical or Horizontal.

But i want both Vertical and Horizontal at the same time to add controls lift, right,up and down.

How to do that please
Posted
Updated 8-Aug-11 11:55am
v2

1 solution

At a time, itz not possible to set both orientation. In stead of defining in declarative way, we can adopt programmetic way as per the requirment. Meaning, the code behind can alter layout orientation using statement 'MyWebPartZone.LayoutOrientation = Orientation.Horizontal'.
 
Share this answer
 
Comments
MrLonely_2 6-Aug-11 23:42pm    
Thanks man, but i want to make WebPartZone has two column.
I hope u understand me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900