help,word warp question |
Post Reply |
Author | |
zhaizr
Newbie Joined: 17 August 2010 Location: China Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 17 August 2010 at 10:38am |
public Form4() private void InitData() column = axReportControl1.Columns.Add(1, "content", 111, true); axReportControl1.PaintManager.FixedRowHeight = false; axReportControl1.Populate();
for (int i = 0; i < 10; i++) record.AddItem(i.ToString()); Where does the problem occur?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
You don't have any spaces, so standard windows DrawText API can't wrap it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |