chuongmep / RevitAddInManager

Revit AddinManager update .NET assemblies without restart Revit for developer.
MIT License
275 stars 50 forks source link

Scrolling bug #44

Open Akmal0059 opened 1 year ago

Akmal0059 commented 1 year ago

Scrolling bug Scrollbar does not work when it is captured by the mouse.

Desktop:

chuongmep commented 1 year ago

Hi @Akmal0059, many thanks for your report, can help me know how can I create again your issue ?

Akmal0059 commented 1 year ago

Hi @chuongmep, run addin in Revit 2021 and load the assembly with a lot of ExternalCommands. You can scroll by mouse wheel, but you can't by captuted slider

chuongmep commented 1 year ago

Hi @Akmal0059 , this will be not fix because mouse is using for process allow user quick drag from tabitem https://github.com/chuongmep/RevitAddInManager/blob/28064de103b35c160d7bc3f2c13534e72291a5f6/AddInManager/View/FrmAddInManager.xaml#L120 I will consider improve when I have free time.