Spen D
Spen D

Reputation: 4345

Text scroll inside WPF datagrid cell in template column

My text is too long in the template column, so I am trimming the text and it ends with dots. I am showing the full text in tooltip. But how i can do this when a mouse is scrolled over a cell with longer text, the text should scroll from right to left. I am using WPF, and WPF toolkit DataGrid

Upvotes: 2

Views: 446

Answers (1)

Chris W.
Chris W.

Reputation: 23270

Perhaps I'm reading the question wrong, but is it an instance where you could make a cell datatemplate that wraps a scrollviewer around your text and just set the scrollbar visibilities to auto?

Upvotes: 1

Related Questions