wpf - Changing ListBoxItem Height while using MahApps.Metro -


i have project uses mahapps.metro.

in code behind of listbox temporarily make height of listboxitem 0.

 dim draggeditemcontainer uielement = helper.getitemcontainerfrompoint(itemscontrol, _dragstartposition)              if draggeditemcontainer isnot nothing                 dim lbi listboxitem = ctype(draggeditemcontainer, listboxitem)                 lbi.height = 0             end if  

without using mahapps.metro works fine. there special here?

the metrolistboxitem style of mahapps.metro sets minheight 25, must set 0.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -