c# - GridSplitter like for listview: Is there any such control? -


i have listview want give user chance resize height of items similar gridsplitter. there such control purpose?

i using wpf , .net 4.5, c#

what can use canvas 2 listviews, , use thumb control allow resize listviews.

thumb control: http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.thumb(v=vs.110).aspx


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -