I am using the UltraWinGrid with RowSizing set to RowSizing.AutoFree that contains a multi-line cell. When the cell in the row contains large amounts of text (more text than can be displayed within the bounds of the UltraGrid), scrolling/pressing page down moves the grid to the next row instead of scrolling thru the large row.
I have made a sample application that demonstrates this issue. There are several rows with small amounts of text, and one example row with a large amount of Lorem Ipsum test data. When I make the test form too small in height to fully display the text belonging to the large row, scrolling moves the grid to the next row.
We are using the UltraWinGrid to display rows of text of varying length in our application. The grid is being used simply for display (cell click action is row select, no editing is allowed). We need to allow users to be able to scroll through rows containing text larger than grid.
Here is an attachment of the example solution
Hi,
Scrolling in UltraGrid is row based. However, if you have the flexibility of making the Grid editable then you can scroll through the Grid rows in the desired way by setting the CellActivation property off the specific column to AllowEdit.After investigating pixel based scrolling and doing some research, Pixel based scrolling has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back to this thread for additional details.
Thank you in advance to submitting your product idea.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
Hi there,
I'm so glad that this was took into consideration. I'm looking forward to the new feature "ultragrid scrolling by pixel" and I'm sure it will solve my problem(straggling for at least 2 years).
Can you please tell me which version will contain this new feature and when will the new version come out?