paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.02k stars 588 forks source link

Second set of changes to enable high DPI in Service Bus Explorer #800

Open jmoralesv opened 3 months ago

jmoralesv commented 3 months ago

This pull request continues the work started in pull-request: #797 by using TableLayoutPanels across several forms and user controls, to improve the rendering and resizing of the inner controls in a high DPI monitor, so there is no need for custom paint and resize logic in some cases.

ErikMogensen commented 3 months ago

I want to wait with this PR until we have a solution for the blurriness for text in some scenarios as mentioned in #797.