Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm facing issue related to WPF grid control, I have a generic grid for my whole legacy application. in my grid have around 12 columns to display. some columns have come through the database and some columns are appearing through the runtime that called custom columns. on custom columns, I used masking to hid first or last characters.

When I pressed tab and switching to the top to bottom row then again press tab from cell to the cell than some cells masked value will be unmasked, this happened dues to grid viewport focused. if all columns under grid viewport then it's working fine.

Reference video #https://www.screencast.com/t/MAXLUY9CPykv

What I have tried:

I did the google and I found one method name is BringIntoView, ScrollIntoView

GridControl1.CurrentColumn.BringIntoView()

Please suggest me which method is good, any drawback and any limitation with this method or any other methods except this please suggest.
Posted
Updated 25-Nov-18 18:54pm
v2
Comments
Graeme_Grant 27-Nov-18 19:02pm    
Please post minimal mock code to reproduce problem as we can't see your code from here... ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900