Thilo Viereck

Results 25 comments of Thilo Viereck

I would also love to see support for subfolder / baseUri. _Note also, that the documentation at https://unosquare.github.io/passcore seems to be valid for v3.x only (there is no `base href="/"`...

@brminnick: PR in #635 (here is my comment)

same problem here, did a _rollback_ to preview 1 (nice feature btw)

@VladislavAntonyuk: Thanks for the review (and the pointer to the MaxPath issue). I hope that I have addressed all your points. **Note:** I found that UniformItemsLayout combines Layout and LayoutManager...

@pictos: Thanks for your feedback. I made the changes as requested/suggested. > Let me know if you have any question (: I guess the biggest question would be the overall...

Thanks! Should be Ok then ... Let me know if you'd like any additional changes.

I renamed DockEnum to DockPosition (and all related methods as well). Didn't use Github suggestions directly to make sure usages (incl. sample page) are updated accordingly.

Thanks @VladislavAntonyuk for your review and changes. However, I didn't use `Thickness` for the `Spacing`property for a reason ;) It allows you to specify separate values for Left/Top/Right/Bottom, but these...

You can have multiple views docked to each side (top,left,right,bottom). Currently, the spacing is applied vertically/horizontally between each of them. For example, if you dock 2 views to the left,...

Pushed a version with HorizontalSpacing/VerticalSpacing. Feel free to revert in case you disagree.