I've been going in circles about this for a while,...
# compose
a
I've been going in circles about this for a while, thought I should just ask, see if anyone has some ideas. So I want to add a interactive scrollbar to
BasicTextField
, I can add a
verticalScroll
modifier, but that breaks the built in scrolling. What I really want is to maintain it's built in scrolling, but be able to access that for the scroll bar. Looking in
CoreTextField
the
TextFieldScrollerPosition
isn't passed in as an argument, so it doesn't look to me like there is anyway I could access it, and I think all of the related functions and classes are marked internal. Anyone have any good ideas?