multiline cell does not allow text entry |
Post Reply |
Author | |
mar72vin
Groupie Joined: 20 September 2008 Status: Offline Points: 18 |
Post Options
Thanks(0)
Posted: 18 October 2011 at 11:11pm |
I am attempting to get a multiline cell to work. I have
set the following. Column.Alignment = XTPColumnAlignment.xtpAlignmentWordBreak; Column.EditOptions.EditControlStyle = XTPReportEditStyle.xtpEditStyleMultiline; reportcontrol.PaintManager.FixedRowHeight = false; My problem is that if a user fills the current length of the cell with text the report control prevents further input. The user then needs to leave that cell and begin editing again so that another line is added and they can append more text. I would have expected that the user could continue to type and the text would be wrapped to the next line as they were typing. I have also noticed that if the cell is shorter than the text being pasted from the clipboard the report control does not allow the paste. I would have thought I could paste any length string into a cell and it would be word wrapped to accommodate? I have also submitted a ticket about this Issue #27462 |
|
Product: Xtreme Report Control (ActiveX) version 15.1.3
Platform: Windows 7 (64bit) Language: c# |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
This will scroll text automatically:
.Alignment = xtpAlignmentWordBreak
.EditOptions.EditControlStyle = xtpEditStyleMultiline + xtpEditStyleAutoVScroll |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
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 |