Op 01/22/2018 om 12:03 PM schreef Kian Karas:
> 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.

If I remember correctly a GtkTreeView is scrollable so it will add
scrollbars when it has grown larger than its parent widget/window.

> 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?

If I understand correctly you force the TreeView to be a specific size.
I would try to drop that limitation and force the size on the parent
instead and let the TreeView add scrollbars when needed.

~infirit

ps: attachments are not allowed

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to