[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Dumber Problem (Question) - Resize the area for a textbox, label... etc. Need Help ASAP!!.

Victor Dimitrov

3/15/2006 6:24:00 PM


I think it's a Stupid Question, But I can't find right responses ...

I create a simple mobilewebform

And I put on it some mobile controls, as is:

[...]
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm...
<mobile:Form id="Form1" runat="server">
<mobile:TextBox id="TextBox1" Size="4"
Runat="server">abcdefghijklmnopqrstuvwxyz</mobile:TextBox>
<mobile:TextView id="TextView1" runat="server">TextView</mobile:TextView>
</mobile:Form>
</body>
[...]

My problem is that those controls fills the HOLE anchor of the MobilePage.
From Left to Right

I want to put two textbox controls on the same line, and it seems to be the
AREA of each control that can not be resize and always fill the anchor of
the web mobile page.

I'm using VS2003.

It's Silly, I know, but I need Help ASAP.

Thanks very Much.

--
John Coffey [EChM#2645]
VStrom 650 '05 Red Storm


1 Answer

kapilp

3/29/2006 8:26:00 PM

0

look at the BreakAfter property of the controls.

--
Thank You,
Kapil Pershad