catarium
catarium
@peterbrittain Ok, I'll try explain my idea by code, because my eng not good. ```py if ListBox.value == ListBox.options[-1][1]: ListBox.options = new_options ListBox.value = new_options[-1][1] # scroll to bottom of...
May create a flag that will execute such code ```py ListBox.autoscroll = True ``` or ```py ListBox.set_autoscroll(True) ```
had same problem https://github.com/tortoise/aerich/issues/253
you can install the previous version of aerich (0.7.1)