Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have scrollView ,that has 4 buttons in it.The scrollview measurments are here,

C#
scrollview.Frame=new System.Drawing.RectangleF(-261,0,1200,44);
scrollview.ContentSize=new System.Drawing.SizeF(2000,18);


When i clicked on 1st button that button has to come to middle of the screen with that scrollview in the sense scroll has to move,and with remaining buttons are also same as first when i click on any button that button has to come to middle of the screen with scrollview this is my problem in monotouch.

so please help me...

how can i solve my prob?

thank you in adv....
Posted
Updated 7-Nov-11 0:22am
v3

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