#371 Single Row and Colum Coloring#380
Conversation
Was only used for Testing
Signed-off-by: Louis Dittmar <Louis.Dittmar@bid-coburg.de>
|
After some huge problems with my company PC and private PC, I think I managed to make a good addition to the project. I implemented a new feature that allows highlighting table rows and columns:
|
|
Thanks for the contribution @Louis-Dittmar! |
|
Pretty SImple #253 is not Connected mine are connected, and they dont go over the cell border. |
I apologize, but I did not fully understand. Could you provide further clarification? |
|
My main Problem was, that this dosnt looks that good to me:
so I implemented it more stable, not for each item but for the total row and Colume, so you can connection between them. Overview
Approach #253Predicate-based. You write a C# function ( Approach #380Index-based. You declare directly which row or column should receive a highlight color — no predicates, no data knowledge required. The API is intentionally simple and declarative. Overlap resolutionWhen a row highlight and a column highlight intersect (e.g. row 2, column 0), the conflict is resolved via two properties:
How i made it
What i Totally ForgotOne functionality I hadn't thought about is that it's currently using a fixed index. What I would actually like is for it to move together with the row or column when its position changes, just like #253 but then the full row or Colume. I think i do some small Changes again. |


No description provided.