0

My Wpf form has a Search box and a Canvas.

Onload my Canvas is rendered with Rows of data, with each row has: Username and Age details I perform a successful search then corresponding row in the canvas needs to be highlighted.

Please provide some pointers

Vishnu
  • 21
  • 5
  • 1
    Please provide some code samples so that we can see what you attempted so far to point you in the right direction. – meilke Sep 27 '13 at 13:58
  • I am trying to implement it on an existing complex system; I will extract required part and upload it here. Thanks – Vishnu Sep 27 '13 at 14:15
  • I was able to achieve it. Step 1: Loop thru' elements on canvas and locate your element. (http://stackoverflow.com/questions/3313277/find-control-position-on-canvas) Step2: As we got the element, we can paint it (I am working on this.) – Vishnu Sep 30 '13 at 05:32
  • Update : To paint text on a element I have used Foreground property. .Foreground = new SolidColorBrush(Colors.Red); – Vishnu Sep 30 '13 at 06:01
  • Really, please consider providing more information in the question. And then put your findings in an answer to document your breakthrough. – meilke Sep 30 '13 at 06:45

0 Answers0