Hi How to make Dialog scrollable in jetpack compos...
# compose-desktop
d
Hi How to make Dialog scrollable in jetpack compose desktop because this not woking https://stackoverflow.com/questions/69683622/jetpack-compose-scrolling-in-dialog-gives-strange-effects
a
AlertDialog can’t be used like that. But you can use Dialog.
d
Yes but The Flow row get out of the dialog does not scroll in desktop
Dialog could be scrollable without rowflow
hhh it work just I add Vertical scroll bar . the first time does not work because I am not giving the Parent component a fixed height thnx😅
last code hhhh sry
554 Views