Hi, I have a GtkTreeview with size constraints, which causes the text of one particular column in one particular row not to fit into its cell.
Is there a way for the user to scroll the content of a specific cell (i.e. a specific column in the current highlighted row) - e.g. with the keyboard arrow keys, when the GtkTreeview has focus? My GtkTreeview has two columns and multiple rows. It is currently only one particular row in my right column that suffers from this issue. However, it would be great if the solution would be general enough to support scrolling of the right column of any row (if the content do not fit). I do not expect to have this issue on my left column. The right column only ever contains text (GtkCellRendererText). Thanks! Kian Karas _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list