I am trying to rearrange items in a single GTK TreeView with a ListStore model. How can I do this?
Will I need to use the same method as dragging and dropping items from one list to another, or is there a special way of doing this for a single list?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s method in GtkTreeView for that GtkTreeView::gtk_tree_view_set_reorderable
Since it seems your using mono, I don’t know if the bindgins for mono allow that, but there’s what you’re looking for.