Same as this question, but for UWP. In particular, I can't find any SystemParameters class, so the answer there does not work in my case.
Also important: If at all possible, I would like to be able to get the width a scrollbar would have if it existed. In other words, there are cases where the scrollbar does not exist yet, but user input is likely to cause it to be created. In such a case, I want to be able to know what width it is expected to have if/when it is created. (I realize something unexpected might cause the answer to be wrong; that's ok, as long as I'm getting the usual expected answer.)