Craig Alvord
Craig Alvord
@eugen-nw > That’s great that there are no REST APIs that operate on multiple blobs. That would just complicate things unnecessarily. The first note is merely mentioning that orchestrating multiple...
Pushing back due to higher-priority items.
In regard to the `DataGrid` component, this work is essentially done. Other points are tracked by other work items.
* Remove binary files from source. If binaries change frequently, this can contribute to a lot of repo bloat. * Try `git repack` to combine old objects into more efficient...
This should be done for all other data grids.
Investigating possible solutions. The tricky thing is figuring out the size of the cells to determine the width of the columns. We might do some kind of initial render with...
With some testing, I've found that getting accurate measurements from an initial rendering is difficult if the column width isn't known beforehand. We could just render all columns, but this...
I found a much simpler approach, which has been implemented. Auto-sizing only really needs to be applied when double-clicking the column sizer. So, when that happens, we can briefly construct...
@MRayermannMSFT Did you already do this?
Yes, decimals can work around the problem, and that's exactly what we did. But that's why, after discussion, we opened this issue in the first place. We recognized the weakness...