Pontation
Pontation
Thanks for the reply, I did indeed mean GetScrollMaxX. I don't think I understood the custom code you mentioned, where in the sequence of a frame would I do such...
Thanks for the clarification, I totally misunderstood you the first time. I tried the solution you suggested but assuming I got the details correct, this also suffers from jitter. ```...
Yes ScrollTarget needs to be set before ImGui::BeginChild to work without jitter. Unless you recommend against it, I will keep that solution. The only problem I have with it, is...
Maybe it's my old version of ImGui but it seems ScrollTargetCenterRatio.x is never read.
Thanks, I was looking for a reason to update anyway :)
It did not really solve the problem, changing center ratio makes the problem worse, regardless which direction I go. I'd need to investigate a lot more to give you anything...
@foxnne Unfortunately my project was time boxed and I had to give up before I could figure out a way to solve this particular issue. I remember it being a...