Using the HorizontalScrollArrangement (table) inside a VerticalScrollArrangement (container) works fine for scrolling. is it possible to StretchToFit in some way? a new extension version is needed?
I updated to V6 and ShowTable is back again.
I have problem to scroll to row and higlight becouse using ShowTable the table is reloaded to the first row
Same problem with previous versione as said on thip post:
Seems you are hoping for a "one size fits all" approach. Tables with different behaviours and different content may required different css settings in order to display as you wish.
You might also want to use the width of the containing arrangement to set your table width in pixels.
Also see:
and it is still not possible to scroll a table vertically inside a container, inside a vertical scrolling arrangement.
but i have the some problem on higlighting the selected row. it goes back to the first row.
If i use delay and scroll immidiatly, the seceted row becomes the first one, but for the final user is not too much frendly that the row selected under your finger moves up.
So i'm going to use V4 whitout ShowTable, where ScrollToRow and highlighting works fine for me.
just one question, why did you introduce the ShowTable again after two times you deprecated it?
good things come in threes !!!
Good morning, I have a query that displays a laboratory reservation in a ListView, this part works fine but I want to display the same information in a TableViewer. I have these blocks, but it doesn't load anything in the list called ListaTabla or in the TableViewer... I'm not sure if I'm adding each record correctly to the table called ListaTabla... I hope someone can help me... thank you.