Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

[WPF] Expand and CanResize support for TreeView columns #1023

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m3th0d
Copy link

@m3th0d m3th0d commented Jan 30, 2020

Expand and CanResize column properties support for the WPF backend of TreeView

This functionality was mentioned as TODO here: #662

Here #938 was an attempt to implement it. Unlike that PR, this one tries to simulate behavior what GTK TreeView has (according to this doc) for WPF. It's achieved by manual column width calculations since GridView (and its columns) has no direct support for Expand / CanResize

@msftclas
Copy link

msftclas commented Jan 30, 2020

CLA assistant check
All CLA requirements met.

Base automatically changed from master to main March 9, 2021 14:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants