Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
log-cat をウォークスルーしようとしていますが、上にスクロールすると、logcat はすぐに最後までスクロールします。これは奇妙な問題ですか?
右上のlogcatディスプレイにボタンがあります。下線付きの下向き矢印のように見えます。マウスオーバーすると、ツールチップに「ScrollLock」と表示されます。これにより、ディスプレイがスクロールできなくなります。logcatを再度更新する場合は、忘れずにもう一度クリックしてください。
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<ob